------- 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