This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: MIPS failure in gcc.c-torture/execute/20040709-2.c...
- From: David Daney <ddaney at avtrex dot com>
- To: GCC <gcc at gcc dot gnu dot org>, rsandifo at nildram dot co dot uk
- Date: Wed, 30 Jan 2008 09:05:53 -0800
- Subject: Re: MIPS failure in gcc.c-torture/execute/20040709-2.c...
- References: <47A0AAE2.2050302@avtrex.com> <87ve5b8d88.fsf@firetop.home>
Richard Sandiford wrote:
David Daney <ddaney@avtrex.com> writes:
From Fri Jan 25 06:57:52 UTC 2008 (revision 131816)
Configured thusly:
../trunk/configure --with-arch=r5000 --disable-java-awt --without-x
--enable-__cxa_atexit --disable-jvmpi --disable-libgomp --disable-static
--enable-languages=c,c++,java --disable-fixed-point
--enable-checking=release --with-gmp=/home/daney/mp
--with-mpfr=/home/daney/mp --disable-libmudflap
The native configuration is running in an n32 ABI userspace.
o2:/home/daney# /home/daney/gccsvn/trunk-build/gcc/xgcc
-B/home/daney/gccsvn/trunk-build/gcc/
/home/daney/gccsvn/trunk/gcc/testsuite/gcc.c-torture/execute/20040709-2.c
-w -O2 -fno-show-column -lm -mabi=64 -o
/home/daney/gccsvn/trunk-build/gcc/testsuite/gcc/20040709-2.x2
/home/daney/gccsvn/trunk/gcc/testsuite/gcc.c-torture/execute/20040709-2.c:
In function âtestCâ:
/home/daney/gccsvn/trunk/gcc/testsuite/gcc.c-torture/execute/20040709-2.c:93:
internal compiler error: in insert_save, at caller-save.c:745
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
All the other incantations of 20040709-2.c in the testsuite run PASS
I opened: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35032
This sounds like PR 34998, patch applied a few hours ago.
Thanks Richard.
I will re-test with the current trunk, but my O2 is a little slow and I
want to wait for the current test to finish. So some time next week I
should know if it is fixed, although I may test on a cross compiler
before then.
David Daney