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 tree-optimization/68356] FAIL: gcc.dg/torture/pr68264.c -O* execution test on x86_64-apple-darwin1(0|4)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68356

--- Comment #14 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
I'd expect any complete patch default to -fno-math-errno to add 
-fmath-errno to all tests relating to errno setting by libm functions (so 
that patch was incomplete for lack of test updates).  Those tests, 
independently, should be disabled on platforms which do not support errno 
setting in libm.

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