[Bug libstdc++/23953] using stringstreams causes crashes with some locales

2006-02-13 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-02-13 17:27 --- *** Bug 26263 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug libstdc++/23953] using stringstreams causes crashes with some locales

2006-01-16 Thread pcarlini at suse dot de
--- Comment #10 from pcarlini at suse dot de 2006-01-16 13:55 --- *** Bug 25807 has been marked as a duplicate of this bug. *** -- pcarlini at suse dot de changed: What|Removed |Added

[Bug libstdc++/23953] using stringstreams causes crashes with some locales

2005-11-05 Thread pcarlini at suse dot de
--- Comment #9 from pcarlini at suse dot de 2005-11-06 01:13 --- Oops... -- pcarlini at suse dot de changed: What|Removed |Added Status|NEW

[Bug libstdc++/23953] using stringstreams causes crashes with some locales

2005-11-05 Thread pcarlini at suse dot de
--- Comment #8 from pcarlini at suse dot de 2005-11-06 01:13 --- Fixed for 4.0.3. -- pcarlini at suse dot de changed: What|Removed |Added AssignedTo|pcarlini at s

[Bug libstdc++/23953] using stringstreams causes crashes with some locales

2005-11-05 Thread paolo at gcc dot gnu dot org
--- Comment #7 from paolo at gcc dot gnu dot org 2005-11-06 01:12 --- Subject: Bug 23953 Author: paolo Date: Sun Nov 6 01:12:23 2005 New Revision: 106553 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106553 Log: 2005-11-05 Paolo Carlini <[EMAIL PROTECTED]> PR libstd

[Bug libstdc++/23953] using stringstreams causes crashes with some locales

2005-09-30 Thread pcarlini at suse dot de
-- What|Removed |Added Target Milestone|--- |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23953

[Bug libstdc++/23953] using stringstreams causes crashes with some locales

2005-09-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-30 08:41 --- Subject: Bug 23953 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-30 08:39:57 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/inclu

[Bug libstdc++/23953] using stringstreams causes crashes with some locales

2005-09-18 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-09-18 17:42 --- Probably the best fix is in __add_grouping: we have to consider the possibility than an integer specifying the group size is -1, which means no more groupings (section 7. Locale of IEEE Std 1003.1, 2004 Edition) -

[Bug libstdc++/23953] using stringstreams causes crashes with some locales

2005-09-18 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-09-18 17:31 --- It looks like we are not considering some special corner cases for the localedata in numeric_members.cc: as long as *nl_langinfo_l(THOUSANDS_SEP) != '\0' we simply process the nl_langinfo_l(GROUPING) string as-is

[Bug libstdc++/23953] using stringstreams causes crashes with some locales

2005-09-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-18 17:02 --- The stack is overflowed because it is an infinite loop. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23953

[Bug libstdc++/23953] using stringstreams causes crashes with some locales

2005-09-18 Thread plors at hakvoort dot be
--- Additional Comments From plors at hakvoort dot be 2005-09-18 16:45 --- Created an attachment (id=9771) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9771&action=view) test.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23953

[Bug libstdc++/23953] using stringstreams causes crashes with some locales

2005-09-18 Thread plors at hakvoort dot be
--- Additional Comments From plors at hakvoort dot be 2005-09-18 16:25 --- Created an attachment (id=9770) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9770&action=view) test.cc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23953