This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] Make check bombs my system on noncompile/20010425-1.c
- From: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 11 Sep 2003 11:25:47 +0200
- Subject: [tree-ssa] Make check bombs my system on noncompile/20010425-1.c
Hi,
Last night I bootstrapped tree-ssa and wanted to test it, but my system
completely deadlocked (as in: must reset my computer because it doesn't
respond to anything at all) somewhere when running gcc.dg/noncompile. I
had already let it run for well over half an hour to see if the thing
would just time out, but apparently it doesn't.
This morning I re-bootstrapped (this time with checking disabled) and
ran the test suite reniced and verbose. My computer still bombed but at
least I could now see that it bombed on noncompile/20010425-1.c, which
is consistent with what I saw in gcc.log last night. Here's the last few
lines of the log:
Testing noncompile/20010425-1.c, -O0
doing compile
Executing on host: /home/steven/devel/ssabuild/gcc/xgcc
-B/home/steven/devel/ssabuild/gcc/
/home/steven/devel/tree-ssa/gcc/testsuite/gcc.dg/noncompile/20010425-1.c -O0 -S -o 20010425-1.s (timeout = 300)
pid is 7207 -7207
/home/steven/devel/tree-ssa/gcc/testsuite/gcc.dg/noncompile/20010425-1.c: In function `foo':^M
^M
/home/steven/devel/tree-ssa/gcc/testsuite/gcc.dg/noncompile/20010425-1.c:8: error: `baz' undeclared (first use in this function)^M
/home/steven/devel/tree-ssa/gcc/testsuite/gcc.dg/noncompile/20010425-1.c:8: error: (Each undeclared identifier is reported only once^M
/home/steven/devel/tree-ssa/gcc/testsuite/gcc.dg/noncompile/20010425-1.c:8: error: for each function it appears in.)^M
After this, my computer hang. This is completely repeatable for me.
Anyone else seeing this, too???
Gr.
Steven