[Bug tree-optimization/27341] [4.2 Regression] ICE in in add_virtual_operand with complex types
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jun 1 03:47:00 GMT 2006
------- Comment #7 from pinskia at gcc dot gnu dot org 2006-06-01 03:47 -------
Another reduced testcase:
extern double R_NaReal;
void z_atan2 (double _Complex * r, double _Complex * ccs)
{
if (*ccs == 0)
__imag__ *r = R_NaReal;
}
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |alias
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27341
More information about the Gcc-bugs
mailing list