[Bug tree-optimization/17558] [4.0 Regression] internal compiler error: in merge_alias_info, at tree-ssa-copy.c:182

giovannibajo at libero dot it gcc-bugzilla@gcc.gnu.org
Sun Sep 19 16:28:00 GMT 2004


------- Additional Comments From giovannibajo at libero dot it  2004-09-19 16:28 -------
Confirmed, reduced testcase:

------------------------------------
void *foo(void *);
void *bar(void *S)
{
       S = foo(S);
       return S;
}
------------------------------------
spaces.c: In function `bar':
spaces.c:3: internal compiler error: in create_temp, at tree-outof-ssa.c:150


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |4.0.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-19 16:28:11
               date|                            |


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



More information about the Gcc-bugs mailing list