[Bug tree-optimization/17749] [4.0 Regression] ICE with recursive function

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Sep 30 15:48:00 GMT 2004


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-09-30 15:48 -------
Confirmed. Here's something shorter:

=====================
int foo(int i)
{
    int *p = &i+1;
    *p = 0;
    return foo(i);
}
=====================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |monitored
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-30 15:48:49
               date|                            |
            Summary|[4.0 Regression] ICE        |[4.0 Regression] ICE with
                   |                            |recursive function


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



More information about the Gcc-bugs mailing list