This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Test result email failure


On 09/02/2005, at 12:07 PM, Joe Buck wrote:
Doubt it; there are too many failures. Something major is wrong.

You could look at the gcc.log file (which gets renamed to gcc.log.sent
when you run test_summary).  If $dir is where you were when you ran
the tests, look in $dir/gcc/testsuite/gcc.log.sent.  It will show the
commands that actually got run, plus any issued diagnostics.


A few early failures:

FAIL: gcc.c-torture/compile/20001226-1.c -O0 (test for excess errors)
Excess errors:
cc1: out of memory allocating 457288 bytes after a total of 133158832 bytes


Executing on host: /home/bank/s9573347/src/GNU/gcc-build-7Feb/gcc/xgcc -B/home/bank/s9573347/src/GNU/gcc-build-7Feb/gcc/ -O1 -w -c -o 20001226-1.o /home/bank/s9573347/src/GNU/gcc-3.4.3/gcc/testsuite/gcc.c-torture/ compile/20001226-1.c (timeout = 300)

FAIL: gcc.c-torture/compile/20001226-1.c -O2 (test for excess errors)
Excess errors:
cc1: out of memory allocating 42291360 bytes after a total of 98039728 bytes


Executing on host: /home/bank/s9573347/src/GNU/gcc-build-7Feb/gcc/xgcc -B/home/bank/s9573347/src/GNU/gcc-build-7Feb/gcc/ -O3 -fomit-frame-pointer -w -c -o 20001226-1.o /home/bank/s9573347/src/GNU/gcc-3.4.3/gcc/testsuite/gcc.c-torture/ compile/20001226-1.c (timeout = 300)

Several like those

Then:
FAIL: gcc.c-torture/compile/920625-2.c -O3 -g (test for excess errors)
Excess errors:
mips-tfile, /tmp//cc0moDEh.s:501 invalid .stabs/.stabn directive, value not found
line: #.stabs "freeReturnStruct:f21",36,0,103,freeReturnStruct


FAIL: gcc.c-torture/compile/labels-3.c  -O0  (test for excess errors)
Excess errors:
as0: Error: labels-3.c, line 1: undefined symbol in expression
      .word $L2-($L3)

Do you need more? The whole log file is 8.77MB.

Bill

PS The computer was building another version of the compiler using 'make -j 20' for some of the time the testsuite was running. This was maxing out all 8 cpus and the 8GB of DRAM.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]