[llvm-commits] Dejagnu Failures - CFrontend/C++Frontend

Tanya Lattner lattner at apple.com
Tue May 6 11:43:29 PDT 2008


I'm seeing the following failures with (Revision: 50759). Anyone want  
to claim them? ;) I'm running Tiger on x86 machine if it matters.

FAIL: /Users/lattner/work/llvm/test/C++Frontend/2007-04-05- 
PackedBitFieldsSmall.cpp
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/C++Frontend/2007-04-05- 
PackedBitFieldsSmall.cpp -o - | llvm-as -f -o /dev/null
../../src/gcc/llvm-types.cpp:80: failed assertion `(!TYPE_SIZE(Tr)  
|| !Ty->isSized() || !isInt64(TYPE_SIZE(Tr), true) || getInt64 
(TYPE_SIZE(Tr), true) == getTargetData().getABITypeSizeInBits(Ty)) &&  
"LLVM type size doesn't match GCC type size!"'
/Users/lattner/work/llvm/test/C++Frontend/2007-04-05- 
PackedBitFieldsSmall.cpp:17: internal compiler error: Abort trap
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.

FAIL: /Users/lattner/work/llvm/test/C++Frontend/2007-10-01- 
StructResize.cpp
Failed with exit(1) at line 1
while running: /Users/lattner/work/llvm-gcc/install/bin/llvm-gcc  - 
emit-llvm -c /Users/lattner/work/llvm/test/C++Frontend/2007-10-01- 
StructResize.cpp -o /dev/null
../../src/gcc/llvm-types.cpp:80: failed assertion `(!TYPE_SIZE(Tr)  
|| !Ty->isSized() || !isInt64(TYPE_SIZE(Tr), true) || getInt64 
(TYPE_SIZE(Tr), true) == getTargetData().getABITypeSizeInBits(Ty)) &&  
"LLVM type size doesn't match GCC type size!"'
/Users/lattner/work/llvm/test/C++Frontend/2007-10-01-StructResize.cpp: 
13: internal compiler error: Abort trap
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.

Running /Users/lattner/work/llvm/test/CFrontend/dg.exp ...
FAIL: /Users/lattner/work/llvm/test/CFrontend/2006-09-11- 
BitfieldRefCrash.c for PR906
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/2006-09-11- 
BitfieldRefCrash.c -S -o -
../../src/gcc/llvm-types.cpp:80: failed assertion `(!TYPE_SIZE(Tr)  
|| !Ty->isSized() || !isInt64(TYPE_SIZE(Tr), true) || getInt64 
(TYPE_SIZE(Tr), true) == getTargetData().getABITypeSizeInBits(Ty)) &&  
"LLVM type size doesn't match GCC type size!"'
/Users/lattner/work/llvm/test/CFrontend/2006-09-11- 
BitfieldRefCrash.c: In function 'mem_access':
/Users/lattner/work/llvm/test/CFrontend/2006-09-11-BitfieldRefCrash.c: 
11: internal compiler error: Abort trap
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.

FAIL: /Users/lattner/work/llvm/test/CFrontend/2008-01-07- 
UnusualIntSize.c for PR1721
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/2008-01-07- 
UnusualIntSize.c -S -o - -O | grep {and.*8589934591}
../../src/gcc/llvm-types.cpp:80: failed assertion `(!TYPE_SIZE(Tr)  
|| !Ty->isSized() || !isInt64(TYPE_SIZE(Tr), true) || getInt64 
(TYPE_SIZE(Tr), true) == getTargetData().getABITypeSizeInBits(Ty)) &&  
"LLVM type size doesn't match GCC type size!"'
/Users/lattner/work/llvm/test/CFrontend/2008-01-07-UnusualIntSize.c:  
In function 'test':
/Users/lattner/work/llvm/test/CFrontend/2008-01-07-UnusualIntSize.c: 
9: internal compiler error: Abort trap
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.

-Tanya



More information about the llvm-commits mailing list