[Patch] Fix a (real) corner case in num_get::do_get
Paolo Carlini
pcarlini@suse.de
Sat Feb 28 01:04:00 GMT 2004
Hi,
the below fixes what can be consided a corner case, but not completely
irrelevant, since we may reject correct numbers according to the
grammar (22.2.3.1): basically, in case decimal-point was not seen, we
must remember to fix up the __tmp_grouping string upon 'e'/'E'.
Tested x86-linux, will commit tomorrow morning barring objections.
Paolo.
/////////////////
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CL_num_get
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20040228/69f919d7/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch_num_get
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20040228/69f919d7/attachment-0001.ksh>
More information about the Libstdc++
mailing list