Steven Bosscher wrote:
On 12/11/06, David Daney <[EMAIL PROTECTED]> wrote:
From svn r119726 (Sun, 10 Dec 2006) I am getting an ICE during
bootstrap on mipsel-linux. This is a new failure since Wed Dec 6
06:34:07 UTC 2006 (revision 119575) which bootstrapped and tested just
fine. I don't really want to do a regression hunt as bootstraps take 3
or 4 days for me. I will update and try it again.
No need. It's my CSE patch, no doubt:
http://gcc.gnu.org/ml/gcc-patches/2006-12/msg00698.html
I'll try to figure out what's wrong.
/home/build/gcc-build/./prev-gcc/xgcc
-B/home/build/gcc-build/./prev-gcc/
-B/usr/local/mipsel-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-Wold-style-definition -Wmissing-format-attribute -Werror -fno-common
-DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/.
-I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include
-I../../gcc/gcc/../libdecnumber -I../libdecnumber
../../gcc/gcc/c-decl.c -o c-decl.o
../../gcc/gcc/c-decl.c: In function 'set_type_context':
../../gcc/gcc/c-decl.c:691: internal compiler error: in cse_find_path,
at cse.c:5930
Please submit a full bug report,
with preprocessed source if appropriate.
Sic :-) A test case would be helpful.
Lets assume that it doesn't effect i686 or x86_64. Because if it did,
someone else would have been hit by it by now.
So you would need a mips[el]-linux system in order to reproduce it. But
if you had that, you could compile c-decl.c yourself to reproduce it.
But if you really want it, I can get you a preprocessed version of
c-decl.c. I suppose one could try it on a cross-compiler, but I have
no idea if that would fail in the same manner.
David Daney