[Bug target/47995] ICE of c++ in gcc-4.5.x at FrameLoader.cpp in WebKit build

maksim.rayskiy at gmail dot com gcc-bugzilla@gcc.gnu.org
Tue Apr 26 19:57:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47995

Maksim Rayskiy <maksim.rayskiy at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maksim.rayskiy at gmail dot
                   |                            |com

--- Comment #3 from Maksim Rayskiy <maksim.rayskiy at gmail dot com> 2011-04-26 19:51:11 UTC ---
I want to add that segfault goes away if testcase is compiled with -fno-ipa-sra
option.

Also, the crash itself is a stack overflow because of infinite recursion in 
config/mips/mips.c:

mips_find_pic_call_symbol -> mips_pic_call_symbol_from_set ->
mips_find_pic_call_symbol -> ...

I am not sure I understand what condition does not allow the recursion to
break.



More information about the Gcc-bugs mailing list