GNU bug report logs -
#17681
24.3.91; "Arithmetic Error" in hide-ifdef mode when using shift operators
Previous Next
Reported by: David Engster <deng <at> randomsample.de>
Date: Tue, 3 Jun 2014 19:14:02 UTC
Severity: normal
Found in version 24.3.91
Fixed in version 25.0.95
Done: Noam Postavsky <npostavs <at> users.sourceforge.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#17681: 24.3.91; "Arithmetic Error" in hide-ifdef mode when using shift operators
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 17681 <at> debbugs.gnu.org.
--
17681: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17681
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Version: 25.0.95
I see the problem in Emacs 24.5, but not Emacs 25.0.95, so it seems to
have been fixed sometime in between.
[Message part 3 (message/rfc822, inline)]
Recipe:
- Create a file "test.h" containing the following (this is from
the file 'jiffies.h' in the Linux kernel):
#if !((((NSEC_PER_SEC << 2) / TICK_NSEC) << (SEC_JIFFIE_SC - 2)) & 0x80000000)
#endif
- emacs -Q
- Load the file, activate hide-ifdef-mode
- C-c @ h (hide-ifdefs)
The minibuffer will show "Arithmetic Error". Here is the backtrace:
Debugger entered--Lisp error: (arith-error)
hif-divide(0 nil)
(hif-shiftleft (hif-divide (hif-shiftleft (hif-lookup (quote NSEC_PER_SEC)) 2) (hif-lookup (quote TICK_NSEC))) (hif-minus (hif-lookup (quote SEC_JIFFIE_SC)) 2))
(hif-logand (hif-shiftleft (hif-divide (hif-shiftleft (hif-lookup (quote NSEC_PER_SEC)) 2) (hif-lookup (quote TICK_NSEC))) (hif-minus (hif-lookup (quote SEC_JIFFIE_SC)) 2)) 2147483648.0)
(hif-not (hif-logand (hif-shiftleft (hif-divide (hif-shiftleft (hif-lookup (quote NSEC_PER_SEC)) 2) (hif-lookup (quote TICK_NSEC))) (hif-minus (hif-lookup (quote SEC_JIFFIE_SC)) 2)) 2147483648.0))
eval((hif-not (hif-logand (hif-shiftleft (hif-divide (hif-shiftleft (hif-lookup (quote NSEC_PER_SEC)) 2) (hif-lookup (quote TICK_NSEC))) (hif-minus (hif-lookup (quote SEC_JIFFIE_SC)) 2)) 2147483648.0)))
hif-possibly-hide()
hide-ifdef-guts()
hide-ifdefs()
Earlier Emacsen did not throw an error here (although it is very
possible that the above line wasn't calculated correctly). Still, this
probably qualifies as a regression.
-David
This bug report was last modified 9 years and 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.