This is the mail archive of the gcc-patches@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]

Re: [PATCH] Change default to -fno-math-errno


No existing glibc version defines math_errhandling based on 
__NO_MATH_ERRNO__.  I'd expect such a change to come with a glibc patch, 
and indeed a GCC execution test of the value of math_errhandling to make 
sure the compiler's behavior isn't contradicting what's declared by the 
runtime libraries.  Also, the default should not be changed for pre-C99 C 
standard modes (or pre-C++11 C++, I suppose).

-- 
Joseph S. Myers
joseph@codesourcery.com


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