GNU bug report logs -
#12381
Assume C89 or later for math functions.
Previous Next
Reported by: Paul Eggert <eggert <at> cs.ucla.edu>
Date: Fri, 7 Sep 2012 20:24:01 UTC
Severity: normal
Tags: patch
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 09/08/2012 08:58 AM, Eli Zaretskii wrote:>
> couldn't this be a useful debugging option
Yes, it might be useful to have a feature to enable IEEE traps,
on platforms that support IEEE traps. But that would be a new
Emacs feature, and a different and independent patch.
> I can cause FP exception to trigger SIGFPE at run time with a
> single function call. I'm sure glibc has a similar facility as well.
Sure, glibc and many other systems have such facilities.
But they're optional, and Emacs currently does not use them.
If Emacs enabled them, that would be the new feature mentioned above.
> what about Cygwin?
Cygwin is like glibc. matherr exists to support ancient
applications, but it's present only for SVID compatibility, and
it's normally disabled so Emacs doesn't use it. I just now
checked the source.
This bug report was last modified 12 years and 259 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.