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 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).

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