This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/22131] std::num_get fails for input with invalid groups


------- Additional Comments From pcarlini at suse dot de  2005-06-24 12:18 -------
If I understand correctly Martin, the point is that, according to 
22.2.2.1.2/11-12, even when the groups are invalid (indeed, he expects a fail
in the second assert) the value is stored in val anyway. If this is his point,
I believe he is right, we have a bug, certainly not terribly difficult to fix ;)

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22131


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]