[llvm-commits] make check errors
Tanya Lattner
lattner at apple.com
Tue Oct 2 11:51:31 PDT 2007
I'm seeing several make check errors (this is x86 Darwin, Revision:
42541). Any ideas?
FAIL: /Users/lattner/work/llvm/test/CFrontend/2004-11-27-
VariableSizeInStructure.c for PR360
Failed with exit(1) at line 1
while running: /Users/lattner/work/llvm-gcc/install/bin/llvm-gcc -
emit-llvm /Users/lattner/work/llvm/test/CFrontend/2004-11-27-
VariableSizeInStructure.c -S -o /dev/null
/Users/lattner/work/llvm/test/CFrontend/2004-11-27-
VariableSizeInStructure.c: In function 'sub1':
/Users/lattner/work/llvm/test/CFrontend/2004-11-27-
VariableSizeInStructure.c:7: internal compiler error: tree check:
expected integer_cst, have var_decl in ConvertRECORD, at llvm-
types.cpp:1673
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs> for instructions.
FAIL: /Users/lattner/work/llvm/test/CFrontend/2005-10-18-
VariableSizedElementCrash.c
Failed with exit(1) at line 1
while running: /Users/lattner/work/llvm-gcc/install/bin/llvm-gcc -
emit-llvm /Users/lattner/work/llvm/test/CFrontend/2005-10-18-
VariableSizedElementCrash.c -S -o -
.abort
/Users/lattner/work/llvm/test/CFrontend/2005-10-18-
VariableSizedElementCrash.c: In function 'sub1':
/Users/lattner/work/llvm/test/CFrontend/2005-10-18-
VariableSizedElementCrash.c:5: warning: no semicolon at end of struct
or union
/Users/lattner/work/llvm/test/CFrontend/2005-10-18-
VariableSizedElementCrash.c:3: internal compiler error: tree check:
expected integer_cst, have var_decl in ConvertRECORD, at llvm-
types.cpp:1673
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs> for instructions.
FAIL: /Users/lattner/work/llvm/test/CFrontend/2007-02-04-
WITH_SIZE_EXPR.c for PR1174
Failed with exit(1) at line 1
while running: /Users/lattner/work/llvm-gcc/install/bin/llvm-gcc -
emit-llvm /Users/lattner/work/llvm/test/CFrontend/2007-02-04-
WITH_SIZE_EXPR.c -O3 -S -o - -emit-llvm
.abort
/Users/lattner/work/llvm/test/CFrontend/2007-02-04-WITH_SIZE_EXPR.c:
In function 'zzz':
/Users/lattner/work/llvm/test/CFrontend/2007-02-04-WITH_SIZE_EXPR.c:
5: internal compiler error: tree check: expected integer_cst, have
var_decl in ConvertRECORD, at llvm-types.cpp:1673
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs> for instructions.
FAIL: /Users/lattner/work/llvm/test/CFrontend/2007-02-16-
VariableSizeStructArg.c for PR1170
Failed with exit(1) at line 1
while running: /Users/lattner/work/llvm-gcc/install/bin/llvm-gcc -
emit-llvm -S /Users/lattner/work/llvm/test/CFrontend/2007-02-16-
VariableSizeStructArg.c -o -
.abort
/Users/lattner/work/llvm/test/CFrontend/2007-02-16-
VariableSizeStructArg.c:3: warning: anonymous struct declared inside
parameter list
/Users/lattner/work/llvm/test/CFrontend/2007-02-16-
VariableSizeStructArg.c:3: warning: its scope is only this definition
or declaration, which is probably not what you want
/Users/lattner/work/llvm/test/CFrontend/2007-02-16-
VariableSizeStructArg.c: In function 'f':
/Users/lattner/work/llvm/test/CFrontend/2007-02-16-
VariableSizeStructArg.c:3: internal compiler error: tree check:
expected integer_cst, have var_decl in ConvertRECORD, at llvm-
types.cpp:1673
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs> for instructions.
FAIL: /Users/lattner/work/llvm/test/CFrontend/2007-03-06-
VarSizeInStruct1.c
Failed with exit(1) at line 1
while running: /Users/lattner/work/llvm-gcc/install/bin/llvm-gcc -
emit-llvm /Users/lattner/work/llvm/test/CFrontend/2007-03-06-
VarSizeInStruct1.c -S -o -
.abort
/Users/lattner/work/llvm/test/CFrontend/2007-03-06-
VarSizeInStruct1.c: In function 'p':
/Users/lattner/work/llvm/test/CFrontend/2007-03-06-VarSizeInStruct1.c:
7: warning: function returns address of local variable
/Users/lattner/work/llvm/test/CFrontend/2007-03-06-VarSizeInStruct1.c:
2: internal compiler error: tree check: expected integer_cst, have
var_decl in ConvertRECORD, at llvm-types.cpp:1673
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs> for instructions.
FAIL: /Users/lattner/work/llvm/test/CFrontend/2007-03-06-
VarSizeInStruct2.c
Failed with exit(1) at line 1
while running: /Users/lattner/work/llvm-gcc/install/bin/llvm-gcc -
emit-llvm /Users/lattner/work/llvm/test/CFrontend/2007-03-06-
VarSizeInStruct2.c -S -o -
.abort
/Users/lattner/work/llvm/test/CFrontend/2007-03-06-
VarSizeInStruct2.c: In function 'p':
/Users/lattner/work/llvm/test/CFrontend/2007-03-06-VarSizeInStruct2.c:
2: internal compiler error: tree check: expected integer_cst, have
var_decl in ConvertRECORD, at llvm-types.cpp:1673
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs> for instructions.
-Tanya
More information about the llvm-commits
mailing list