This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] math: support platforms with limited FP rounding orexception support


On Mon, 16 Jul 2012, Andreas Schwab wrote:

> > +#if FE_ALL_EXCEPT == 0
> 
> That doesn't work.  The macro is not required to be suitable for
> preprocessor expressions, and this effectively disables the test for
> everyone.  Fixed as attached.

It *is* required to be suitable for #if directives; that it isn't is part 
of bug 3439.

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