This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ICE in mainline when compiling linux kernel on i386


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]