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: Unreviewed math builtins patch (3x)


On Thu, 2003-08-28 at 14:32, Kaveh R. Ghazi wrote:
> Thanks for catching this, fixed erf* (and also erfc*).

erfc may set errno, erf doesn't.  So the patch you checked in is now
wrong for erfc.  That is why I only asked for changes to erf{,f,l}.  I
think that the _ERRNO should be put back on the erfc* functions.

By the way, I'm using an online pdf copy of the ISO+IEC+9899-1999
standard that I bought yesterday so I could review this patch properly.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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