Bug 35032 - MIPS ICE in gcc.c-torture/execute/20040709-2.c
Summary: MIPS ICE in gcc.c-torture/execute/20040709-2.c
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.3.0
: P3 normal
Target Milestone: 4.3.0
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2008-01-30 16:49 UTC by David Daney
Modified: 2008-01-31 06:55 UTC (History)
1 user (show)

See Also:
Host: mips64-unknown-linux-gnu
Target: mips64-unknown-linux-gnu
Build: mips64-unknown-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Daney 2008-01-30 16:49:20 UTC
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
Comment 1 David Daney 2008-01-31 06:55:03 UTC
confirmed with cross-compiler mips64-linux-gcc (GCC) 4.3.0 20080127 (experimental) [trunk revision 131882]

$ mips64-linux-gcc -w -O2  -fno-show-column  -lm   -mabi=64 -march=r5000 -o j /home/daney/gccsvn/trunk/gcc/testsuite/gcc.c-torture/execute/20040709-2.c
/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

But fixed in: mips64-linux-gcc (GCC) 4.3.0 20080130 (experimental) [trunk revision 131970]