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] Update sparc ULPs.


On Wed, 8 Aug 2012, David Miller wrote:

> From: "Joseph S. Myers" <joseph@codesourcery.com>
> Date: Wed, 8 Aug 2012 20:00:10 +0000
> 
> > Does log1pl (0x1p-16378L) (with of course -fno-builtin or use of
> > volatile variables to prevent compile-time computation) generate a
> > spurious underflow exception?
> 
> Yes, this generates both an underflow and an inexact exception.

OK, so that's where to look for fixing this - but if a spurious / missing 
exception issue is waiting a while for a fix, it's best to file a bug in 
Bugzilla (that's a good idea anyway) and use e.g. UNDERFLOW_EXCEPTION_OK 
in the relevant tests, with a comment saying the exception is spurious / 
missing and pointing to the open bug, so that the known problem doesn't 
cause testsuite failures while open.

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