[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] GCC 4.7.2 ICE problem building natively.



On 03/13/13 16:55, Alan Hourihane wrote:
On 03/13/13 16:42, Vincent Rivière wrote:
On 13/03/2013 16:39, Alan Hourihane wrote:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56602

This looks like a hardcore bug :-(

And tried my solution, but it didn't work.

By looking at the HP-PA fix:
http://gcc.gnu.org/viewcvs/trunk/gcc/config/pa/pa.c?r1=167581&r2=167580&pathrev=167581

and yours:
http://gcc.gnu.org/bugzilla/attachment.cgi?id=29656

I would say that the right thing would be to return text_section instead of NULL...
That's just a quick guess, but it's worth trying.

Mmm, yes, I'll give that a try.


It seems that NULL & text_section do the same thing, and actually are partly the correct fix.

But there's an additional fix that I've applied and things are continuing now. I'll report back once it's complete.

Alan.