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] BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibm


On 03/06/2013 01:28 PM, Joseph S. Myers wrote:
> On Wed, 6 Mar 2013, Adhemerval Zanella wrote:
>
>> +  TEST_f_f (exp, 709.75L, 1.739836873264160557698252711673830393864768e+308L);
> Needs disabling for TEST_FLOAT; I'd expect you to get an OVERFLOW 
> exception for float, causing test-float to fail, with the patch as-is (and 
> if you *don't* get an OVERFLOW exception for expf (709.75), file a bug, 
> because you should get one).
>
Yes you are right, I added TEST_FLOAT guards for the test now.


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