[Bug tree-optimization/26865] [4.1 Regression] Segmentation fault with -std=c99 -O1 on genksyms.c

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Mar 25 22:09:00 GMT 2006



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



More information about the Gcc-bugs mailing list