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 lto/42074] gcc.dg/torture/builtin-math-7.c failed



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


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