------- Comment #4 from malitzke at metronets dot com 2005-11-14 04:26 ------- Created an attachment (id=10232) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10232&action=view) gcc-4.1.0-20051112 -E output of offending source error.c
This error.i was made using the same gcc parameters as originally (changing -c to -E and modifying the -o part). I verified the error.i using the original parameters (getting same error message) and using only -O1 (getting error.o) and using -O2 or -O3 (getting same error message). If it would be helpful I can change to gcc-3.4.4 or even trying on an x86 instead of MAC dual processor G4. The same gcc-4.1.0-20051112 compiled linux kernel-2.6.14 fine (I am using it right now). I have been testing the gcc-4.1 for several snapshosts and as far as I could tell any error messages, other than this ICE, came from poor C or C++ code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24840