------- Comment #6 from pinskia at gcc dot gnu dot org 2006-03-25 22:09 -------
Reduced testcase:
void print_list(void)
{
char *e;
e = alloca(100);
}
-----
I wonder if alloca being turned off as a builtin is causing this.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-03-25 22:09:10
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26865