[llvm-commits] llvm-gcc4.0 build broken

Tanya Lattner lattner at apple.com
Mon Oct 29 11:05:38 PDT 2007


I'm currently getting this build error:

gcc -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict- 
prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno- 
variadic-macros -Wold-style-definition -fno-common  -mdynamic-no-pic - 
DHAVE_CONFIG_H -DENABLE_LLVM -I/Users/lattner/work/llvm/include  - 
D_DEBUG  -D_GNU_SOURCE -D__STDC_LIMIT_MACROS   -I. -I. -I../../src/ 
gcc -I../../src/gcc/. -I../../src/gcc/../include -I./../intl -I../../ 
src/gcc/../libcpp/include  -I/Users/lattner/work/llvm/include -I/ 
Users/lattner/work/llvm/include ../../src/gcc/gimplify.c -o gimplify.o
Instructions.cpp:206: failed assertion `(NumParams == FTy- 
 >getNumParams() || (FTy->isVarArg() && NumParams > FTy->getNumParams 
())) && "Calling a function with bad signature!"'
../../src/gcc/gimplify.c: In function 'gimplify_expr':
../../src/gcc/gimplify.c:3817: internal compiler error: Abort trap
Please submit a full bug report,

I've been trying to pinpoint what patch broken the build but have not  
been successful yet. I suspect its something between Friday and today  
since I think I last updated and built successfully then.


-Tanya



More information about the llvm-commits mailing list