------- Comment #2 from reichelt at gcc dot gnu dot org  2009-11-17 12:42 
-------
Confirmed. Reduced testcase (crashes with "-O -ffast-math -g"):

==============================
double sqrt (double x);

float foo(float x)
{
  float y = sqrt(x);
  return x/y;
}
==============================


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-11-17 12:42:48
               date|                            |
   Target Milestone|---                         |4.5.0


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

Reply via email to