[Bug rtl-optimization/16180] [3.4 Regression] gcc crashes when optimization is turned on

belyshev at lubercy dot com gcc-bugzilla@gcc.gnu.org
Fri Jun 25 05:40:00 GMT 2004


------- Additional Comments From belyshev at lubercy dot com  2004-06-25 05:36 -------
small testcase:
-------------------------------------------------------------------------------
extern int b;
int foo (int a)
{
  if (a)
    {
      b = 0;
      for(;;)
	goto L;
    }
 L:
  for(;;)
    return 0;
}
-------------------------------------------------------------------------------

Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-25 05:36:33
               date|                            |


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



More information about the Gcc-bugs mailing list