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]

Re: hex float constants broken




On Sat, 30 Oct 1999, Jeffrey A Law wrote:
>   > 	* c-lex.c (yylex): Accept 'f' in mantissa of hex float constant.
> Anytime you find yourself making changes to C front-end files, ask yourself
> if the change also needs to be made to the C++ front-end.  Most do.  This
> one included.

Does that mean C++ wants the FP_CONTRACT, FENV_ACCESS, CX_LIMITED_RANGE
pragmas too?  I figured all these features were specific to C99.


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