[Bug c/42078] ice in gimple_assign_set_rhs_code
--- 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; } == --
[Bug c/42078] ice in gimple_assign_set_rhs_code
--- 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