Closed Quuxplusone closed 14 years ago
SingleSource/UnitTests/Vector/build also failed in LLVM 1.9, due to Bug 1126
Attached report.nightly.txt
(73674 bytes, text/plain): nightly test report
Both flops & stepanov failed due to:
Running test: Output/oopack_v1p8.llc
make[1]: Entering directory
`/home/asl/tmp/llvm/llvm-test/SingleSource/CustomChecked'
make[1]: *** No rule to make target `check-one'. Stop.
make[1]: Leaving directory `/home/asl/tmp/llvm/llvm-
test/SingleSource/CustomChecked'
And so on.
lli also failed due to:
make[1]: Leaving directory `/home/asl/tmp/llvm/llvm-
test/SingleSource/CustomChecked'
dirname: extra operand `-force-interpreter=false'
/home/asl/proj/llvm/src/test/TestRunner.sh: line 15: test: ==: unary operator
expected
make: unknown keyword `--disable-core-files'
Ok. I fixed my mistake and ignoring the CustomChecked, these are the only
remaining failures:
External/FPGrowth/fpgrowth - CBE
SPEC/CINT95/126.gcc/126.gcc - CBE
SPEC/CINT95/134.perl/134.perl- CBE
MultiSource/Applications/SPASS/SPASS - CBE
ok, how do the cbe tests fail? If GCC itself is crashing compiling the CBE
output, those are not-to-be-
fixed.
-Chris
For SPASS I get undefined reference errors.
[zion SPASS]$ gcc Output/SPASS.cbe.c -lm -O3 -fno-strict-aliasing -O2
-fno-inline -o Output/SPASS.cbe
Output/SPASS.cbe.c:1058: warning: conflicting types for built-in function
'malloc'
Output/SPASS.cbe.c: In function `main':
Output/SPASS.cbe.c:203855: warning: assignment makes pointer from integer
without a cast
Output/SPASS.cbe.c:203862: warning: assignment makes pointer from integer
without a cast
Output/SPASS.cbe.c:225126: warning: assignment makes pointer from integer
without a cast
Output/SPASS.cbe.c:187992: warning: return type of 'main' is not `int'
/tmp/ccsPj6kV.o(.text+0x4a915): In function `main':
: undefined reference to `__builtin_stack_save'
/tmp/ccsPj6kV.o(.text+0x4a95d): In function `main':
: undefined reference to `__builtin_stack_save'
/tmp/ccsPj6kV.o(.text+0x4b6ff): In function `main':
: undefined reference to `__builtin_stack_restore'
/tmp/ccsPj6kV.o(.text+0x4bc55): In function `main':
: undefined reference to `__builtin_stack_restore'
/tmp/ccsPj6kV.o(.text+0x58ca6): In function `main':
: undefined reference to `__builtin_stack_save'
/tmp/ccsPj6kV.o(.text+0x59375): In function `main':
: undefined reference to `__builtin_stack_restore'
/tmp/ccsPj6kV.o(.text+0x59f18): In function `main':
: undefined reference to `__builtin_stack_restore'
/tmp/ccsPj6kV.o(.text+0x69536): In function `main':
: undefined reference to `__builtin_stack_restore'
collect2: ld returned 1 exit status
Okay, I filed Bug 1413 for that issue. Please add a comment to it, mentioning
which gcc version you are
using. I don't consider that issue to be a release blocker.
External/FPGrowth/fpgrowth - CBE
** Diff-Output failure for cbe
SPEC/CINT95/126.gcc/126.gcc - CBE
MultiSource/Applications/SPASS/SPASS - CBE
** These 2 are the undefined reference errors. Bug #1413
SPEC/CINT95/134.perl/134.perl
** Diff-output failure for cbe
CBE regressions can't be fixed for this release (ie. gcc problems).
report.nightly.txt
(73674 bytes, text/plain)