This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/8664] [PPC linux] ICE in dwarf2out_frame_debug_expr, at dwarf2out.c:1538
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jan 2004 06:57:57 -0000
- Subject: [Bug debug/8664] [PPC linux] ICE in dwarf2out_frame_debug_expr, at dwarf2out.c:1538
- References: <20021120204601.8664.nall@gentoo.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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