[Bug libstdc++/25288] std::list insert members should have no effects if an exception is thrown

2007-05-21 Thread pcarlini at suse dot de
--- Comment #6 from pcarlini at suse dot de 2007-05-21 09:22 --- *** Bug 32017 has been marked as a duplicate of this bug. *** -- pcarlini at suse dot de changed: What|Removed |Added

[Bug libstdc++/25288] std::list insert members should have no effects if an exception is thrown

2007-05-21 Thread pcarlini at suse dot de
--- Comment #7 from pcarlini at suse dot de 2007-05-21 15:00 --- *** Bug 32017 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25288

[Bug libstdc++/25288] std::list insert members should have no effects if an exception is thrown

2005-12-30 Thread pcarlini at suse dot de
--- Comment #5 from pcarlini at suse dot de 2005-12-30 09:39 --- Fixed. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/25288] std::list insert members should have no effects if an exception is thrown

2005-12-09 Thread paolo at gcc dot gnu dot org
--- Comment #4 from paolo at gcc dot gnu dot org 2005-12-09 18:25 --- Subject: Bug 25288 Author: paolo Date: Fri Dec 9 18:24:53 2005 New Revision: 108313 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=108313 Log: 2005-12-09 Paolo Carlini [EMAIL PROTECTED] Howard

[Bug libstdc++/25288] std::list insert members should have no effects if an exception is thrown

2005-12-06 Thread lennox at cs dot columbia dot edu
--- Comment #1 from lennox at cs dot columbia dot edu 2005-12-06 21:30 --- Created an attachment (id=10426) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10426action=view) C source file, constructing a list with a custom debug allocator. --

[Bug libstdc++/25288] std::list insert members should have no effects if an exception is thrown

2005-12-06 Thread lennox at cs dot columbia dot edu
--- Comment #2 from lennox at cs dot columbia dot edu 2005-12-06 21:31 --- Created an attachment (id=10427) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10427action=view) Custom debug allocator, based on libstdc++'s malloc_allocator. --

[Bug libstdc++/25288] std::list insert members should have no effects if an exception is thrown

2005-12-06 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2005-12-06 22:36 --- Ouch! Luckily seems not too difficult to fix, consistently with other similar situations in the library. Thanks for your report. -- pcarlini at suse dot de changed: What|Removed