ICE in mainline when compiling linux kernel on i386

Andi Kleen ak@muc.de
Mon Jan 13 05:17:00 GMT 2003


> Hi,
> this looks pretty involved - it looks like the bug comes from goto
> statement with no matching label produced by tree inliner.  It is not
> matching because goto is on the place of expression where normally goto
> can't be, but inliner does so anyway.  I am not so familiar with that
> code.  Can you please just report it?  I am in the middle of other work

Already reported to gcc-bugs in the original mail :-)Should I report it 
somewhere else?

BTW the kernel compile is quite noisy with mainline, because -Wall
includes warnings for comparisons between int and unsigned now, and a 
lot of files do that. Is it really a good idea to put that into
-Wall ? 3.2 didn't do that.

-Andi



More information about the Gcc-bugs mailing list