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: builtin float.h macros


On Tue, Sep 03, 2002 at 09:32:55PM +0100, Joseph S. Myers wrote:
> The sources of float.h files are documented in sourcebuild.texi, which
> needs updating.

Fixed.

> I believe enquire.c can now be removed altogether (from contrib), along
> with the mentions of float.h generation and enquire in install-old.texi.

Fixed.

> Will this work properly in strict C90 and C++98 mode, when p+ and p- are
> not valid parts of preprocessing numbers (and any use of hex floats
> generates pedwarns)?

Grr.. no it doesn't.  I didn't think about that at all.  I'll address
this shortly.  If necessary I'll hard-code all of the alternatives with
constant strings, but I want to see if I can avoid that.


r~


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