[Bug c/28198] ICE building mips-elf cross compiler

2006-06-29 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-06-29 13:24 --- (In reply to comment #3) Or a HWI == 32bit problem because x86_64 is 64bit so is powerpc-* which I tried also. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28198

[Bug c/28198] ICE building mips-elf cross compiler

2006-06-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-06-29 13:20 --- It works on x86_64 with "./cc1 pr28198.i -m32 -g -O2 -W -Wwrite-strings" on the stage1 cc1 so maybe something is miscompiling cc1 or there is a GC issue. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28198

[Bug c/28198] ICE building mips-elf cross compiler

2006-06-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-06-29 13:09 --- It works with a cross to x86-linux-gnu with "4.2.0 20060617". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28198

[Bug c/28198] ICE building mips-elf cross compiler

2006-06-29 Thread fnf at specifixinc dot com
--- Comment #1 from fnf at specifixinc dot com 2006-06-29 11:05 --- Created an attachment (id=11779) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11779&action=view) Preprocessed version of tree.c I had to wack away some code to get it to fit within the apparent 1Mb limit for atta