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] Add missing INCLUDE_DEFAULTS_MUSL_LOCAL


On Fri, 23 Oct 2015, Szabolcs Nagy wrote:

> i think bsd libcs do the same, compiler headers interfering
> with libc headers is problematic (e.g. FLT_ROUNDS is wrong
> in gcc float.h, applications shouldn't see that), i'm not sure

FLT_ROUNDS is an ordinary compiler bug (bug 30569), should be fixable 
reasonably straightforwardly as outlined at 
<https://gcc.gnu.org/ml/gcc/2013-11/msg00317.html>, probably within say a 
week's work if most architecture-specific changes are left to architecture 
maintainers.

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