[LLVMbugs] [Bug 3190] New: VECTOR_SAVE_INLINE not defined for other-than-darwin targets

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Dec 9 10:54:37 PST 2008


http://llvm.org/bugs/show_bug.cgi?id=3190

           Summary: VECTOR_SAVE_INLINE not defined for other-than-darwin
                    targets
           Product: tools
           Version: trunk
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-gcc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: scooter.phd at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Someone added the VECTOR_SAVE_INLINE macro to the rs6k darwin configuration,
but didn't add the same (or define an empty) macro for the linux target. This
would be useful for the Cell BE platform.

Make output follows:

c++   -g -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute   
-DHAVE_CONFIG_H  -o cc1-dummy c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o
c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o
c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o
prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o rs6000-c.o c-gimplify.o
tree-mudflap.o c-pretty-print.o c-omp.o dummy-checksum.o \
          llvm-main.o  libbackend.a ../libcpp/libcpp.a
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/libLLVMBitReader.a
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/libLLVMipo.a
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/libLLVMBitWriter.a
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/LLVMPowerPCAsmPrinter.o
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/libLLVMAsmPrinter.a
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/LLVMPowerPCCodeGen.o
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/libLLVMSelectionDAG.a
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/libLLVMCodeGen.a
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/libLLVMScalarOpts.a
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/libLLVMTransformUtils.a
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/libLLVMipa.a
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/libLLVMAnalysis.a
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/libLLVMTarget.a
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/libLLVMCore.a
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/libLLVMSupport.a
/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib/libLLVMSystem.a
../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
-L/work/scottm/llvm-spu/obj/powerpc64-unknown-linux-gnu/Release/lib  -lpthread
-ldl -lm -lelf 
libbackend.a(rs6000.o): In function `rs6000_emit_prologue':
/work/scottm/llvm-gcc-4.2/obj/powerpc64-unknown-linux-gnu/gcc/../../../gcc/config/rs6000/rs6000.c:16868:
undefined reference to `VECTOR_SAVE_INLINE'


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list