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: [RFC][ARM] TARGET_ATOMIC_ASSIGN_EXPAND_FENV hook


It doesn't seem a good idea to me for a host-side GCC file to use the FE_* 
names for the target's FE_* values; you'd run into problems if that file 
ever ends up including the host's <fenv.h>, directly or indirectly, on any 
host.  The same comment applies to the AArch64 patch as well.

Instead I suggest names such as ARM_FE_* that won't conflict with the 
host's system headers.

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