[LLVMbugs] [Bug 10969] New: trunk llvm (r140196) fails to build for linux/ppc
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Sep 20 15:57:29 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10969
Summary: trunk llvm (r140196) fails to build for linux/ppc
Product: new-bugs
Version: trunk
Platform: Macintosh
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: jeremyhu at apple.com
CC: llvmbugs at cs.uiuc.edu
if g++ -I/home/jeremy/src/llvm/build.ppc/include
-I/home/jeremy/src/llvm/build.ppc/lib/Target/PowerPC
-I/home/jeremy/src/llvm/include -I/home/jeremy/src/llvm/lib/Target/PowerPC
-D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3
-fomit-frame-pointer -g -fno-exceptions -fno-rtti -fPIC -Woverloaded-virtual
-Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter
-Wwrite-strings -c -MMD -MP -MF
"/home/jeremy/src/llvm/build.ppc/lib/Target/PowerPC/Release+Debug+Asserts/PPCAsmPrinter.d.tmp"
-MT
"/home/jeremy/src/llvm/build.ppc/lib/Target/PowerPC/Release+Debug+Asserts/PPCAsmPrinter.o"
-MT
"/home/jeremy/src/llvm/build.ppc/lib/Target/PowerPC/Release+Debug+Asserts/PPCAsmPrinter.d"
/home/jeremy/src/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp -o
/home/jeremy/src/llvm/build.ppc/lib/Target/PowerPC/Release+Debug+Asserts/PPCAsmPrinter.o
; \
then /bin/mv -f
"/home/jeremy/src/llvm/build.ppc/lib/Target/PowerPC/Release+Debug+Asserts/PPCAsmPrinter.d.tmp"
"/home/jeremy/src/llvm/build.ppc/lib/Target/PowerPC/Release+Debug+Asserts/PPCAsmPrinter.d";
else /bin/rm
"/home/jeremy/src/llvm/build.ppc/lib/Target/PowerPC/Release+Debug+Asserts/PPCAsmPrinter.d.tmp";
exit 1; fi
In file included from
/home/jeremy/src/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h:41:0,
from
/home/jeremy/src/llvm/lib/Target/PowerPC/MCTargetDesc/PPCBaseInfo.h:20,
from /home/jeremy/src/llvm/lib/Target/PowerPC/PPC.h:18,
from
/home/jeremy/src/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:20:
/home/jeremy/src/llvm/build.ppc/lib/Target/PowerPC/PPCGenRegisterInfo.inc:17:11:
error: expected identifier before numeric constant
/home/jeremy/src/llvm/build.ppc/lib/Target/PowerPC/PPCGenRegisterInfo.inc:17:11:
error: expected unqualified-id before numeric constant
In file included from /usr/include/c++/4.5/new:42:0,
from /usr/include/c++/4.5/ext/new_allocator.h:33,
from
/usr/include/c++/4.5/powerpc-linux-gnu/bits/c++allocator.h:34,
from /usr/include/c++/4.5/bits/allocator.h:48,
from /usr/include/c++/4.5/string:43,
from /home/jeremy/src/llvm/include/llvm/ADT/StringRef.h:16,
from
/home/jeremy/src/llvm/include/llvm/Support/ErrorHandling.h:19,
from
/home/jeremy/src/llvm/lib/Target/PowerPC/MCTargetDesc/PPCBaseInfo.h:21,
from /home/jeremy/src/llvm/lib/Target/PowerPC/PPC.h:18,
from
/home/jeremy/src/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:20:
/usr/include/c++/4.5/exception:37:37: error: expected ‘}’ before end of line
/usr/include/c++/4.5/exception:37:37: error: expected declaration before end of
line
/bin/rm: cannot remove
`/home/jeremy/src/llvm/build.ppc/lib/Target/PowerPC/Release+Debug+Asserts/PPCAsmPrinter.d.tmp':
No such file or directory
preprocessed source attached.
--
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