GNU bug report logs -
#17807
24.4.50; hif-string-to-number convert a hex(or any non-decial) integer as float
Previous Next
Reported by: William Xu <william.xwl <at> gmail.com>
Date: Thu, 19 Jun 2014 06:28:02 UTC
Severity: normal
Found in version 24.4.50
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 19 Jun 2014 17:09:13 -0400
with message-id <jwva998vc80.fsf-monnier+emacsbugs <at> gnu.org>
and subject line Re: bug#17807: 24.4.50; hif-string-to-number convert a hex(or any non-decial) integer as float
has caused the debbugs.gnu.org bug report #17807,
regarding 24.4.50; hif-string-to-number convert a hex(or any non-decial) integer as float
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
17807: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17807
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
(hif-string-to-number "0F" 16)
=> 15.0
It would fail hif-logand, like the one below, caught in cedet.
Is it really necessary to support non-decial floats? When is something
like "0xff.e9" useful?
Anyway, how about attached fix?
---------------------------------8<-------------------------------------
Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p 15.0)
logand(0 15.0)
hif-logand(0 15.0)
(hif-notequal (hif-logand (hif-lookup (quote SPURIOUS_APIC_VECTOR)) 15.0)
15.0)
eval((hif-notequal (hif-logand (hif-lookup (quote SPURIOUS_APIC_VECTOR))
15.0) 15.0))
semantic-c-do-lex-if()
semantic-c-lexer(1 4938 nil nil)
semantic-lex(1 4938 nil)
semantic-parse-region-default(1 4938 nil nil nil)
semantic-parse-region-c-mode(1 4938 nil nil nil)
semantic-parse-region(1 4938)
semantic-fetch-tags()
byte-code("\212\212\300 \210*\301\207" [semantic-fetch-tags nil] 1)
semantic-idle-scheduler-refresh-tags()
(and (semantic-idle-scheduler-enabled-p)
(semantic-idle-scheduler-refresh-tags))
...
---------------------------------8<-------------------------------------
In GNU Emacs 24.4.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2)
of 2014-06-10 on linux-xwl
Windowing system distributor `The X.Org Foundation', version 11.0.11501000
System Description: Debian GNU/Linux unstable (sid)
Configured using:
`configure --with-x-toolkit=gtk3'
--
William
http://xwl.appspot.com
[Message part 4 (text/html, inline)]
[0001-Convert-non-decimal-integer-string-still-as-an-integ.patch (text/x-patch, attachment)]
[Message part 6 (message/rfc822, inline)]
> (hif-string-to-number "0F" 16)
> => 15.0
[...]
> Anyway, how about attached fix?
Thanks, installed into trunk,
Stefan
This bug report was last modified 11 years and 35 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.