[Bug c/42078] ice in gimple_assign_set_rhs_code

2009-11-17 Thread reichelt at gcc dot gnu dot org


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



[Bug c/42078] ice in gimple_assign_set_rhs_code

2009-11-17 Thread dcb314 at hotmail dot com


--- Comment #1 from dcb314 at hotmail dot com  2009-11-17 11:11 ---
Created an attachment (id=19028)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19028&action=view)
C source code


-- 


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