[Bug debug/8664] [PPC linux] ICE in dwarf2out_frame_debug_expr, at dwarf2out.c:1538

dhazeghi at yahoo dot com gcc-bugzilla@gcc.gnu.org
Sun Jan 18 06:57:00 GMT 2004


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-18 06:57 -------
Reduced testcase:

extern int _setjmp (void);

void logplayer(void)
{
    static bool scanning = false;
    if(_setjmp()) scanning = false;
    char buffer[65536];
}

-- 


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



More information about the Gcc-bugs mailing list