------- Comment #4 from howarth at nitro dot med dot uc dot edu  2009-12-08 
00:34 -------
On x86_64-apple-darwin10, the section of the test case that is failing is...

  /* Test that we don't overflow.  */
  TESTIT (double,
          (__DBL_MAX__ * 0.5 + __DBL_MAX__ * 0.5i),
          /,
          (__DBL_MAX__ * 0.25 + __DBL_MAX__ * 0.25i),
          2); 

The remainder of the test case passes at all optimization settings.


-- 


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

Reply via email to