This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]