[LLVMbugs] [Bug 1150] NEW: stage2 compiles c++ files with the host c++ compiler
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jan 31 06:22:10 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1150
Summary: stage2 compiles c++ files with the host c++ compiler
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: lauro.venancio at gmail.com
Stage2 uses c++ instead of /home/laurov/llvm/llvm-gcc/build/prev-gcc/cpp.
make[2]: Entering directory `/home/laurov/llvm/llvm-gcc/build/stage2-gcc'
c++ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -pedantic
-Wno-long-long -Wno-variadic-macros -Werror -fno-common -DHAVE_CONFIG_H
-Wno-unused -DTARGET_NAME=\"i686-pc-linux-gnu\" -DENABLE_LLVM
-D__STDC_LIMIT_MACROS -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include
-I../../gcc/../libcpp/include -I/home/laurov/llvm/llvm/include
-I/home/laurov/llvm/llvm/build//include ../../gcc/llvm-main.cpp -o llvm-main.o
/home/laurov/llvm/llvm-gcc/build/prev-gcc/xgcc
-B/home/laurov/llvm/llvm-gcc/build/prev-gcc/ -B/usr/local/i686-pc-linux-gnu/bin/
-O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wold-style-definition -Werror -fno-common
-DHAVE_CONFIG_H -DENABLE_LLVM -D__STDC_LIMIT_MACROS -I. -I. -I../../gcc
-I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include
-I/home/laurov/llvm/llvm/include -I/home/laurov/llvm/llvm/build//include -c
insn-attrtab.c \
-o insn-attrtab.o
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list