[Bug middle-end/28151] [4.1/4.2 Regression] ICE with complex math

steven at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Jun 24 14:25:00 GMT 2006



------- Comment #8 from steven at gcc dot gnu dot org  2006-06-24 14:20 -------
Another test case:

_Complex float b;

int
main (void)
{
  _Complex float a = __FLT_MAX__;
  b = __FLT_MAX__ + a;
}


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2 Regression] ICE    |[4.1/4.2 Regression] ICE
                   |with complex division       |with complex math


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



More information about the Gcc-bugs mailing list