[Bug libstdc++/18640] sorting std::vector filled with same values causes segmentation fault

2009-02-09 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2009-02-09 18:59 --- *** Bug 39144 has been marked as a duplicate of this bug. *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug libstdc++/18640] sorting std::vector filled with same values causes segmentation fault

2007-11-26 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2007-11-26 13:53 --- *** Bug 34236 has been marked as a duplicate of this bug. *** -- pcarlini at suse dot de changed: What|Removed |Added

[Bug libstdc++/18640] sorting std::vector filled with same values causes segmentation fault

2004-11-23 Thread dp-gccbugzilla at bucho dot org
--- Additional Comments From dp-gccbugzilla at bucho dot org 2004-11-24 00:57 --- Created an attachment (id=7591) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7591action=view) This is the program exhibiting the above problem. --

[Bug libstdc++/18640] sorting std::vector filled with same values causes segmentation fault

2004-11-23 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2004-11-24 01:42 --- See section 25.3 of the Standard or, for instance, ยง5.4.1 of STL Tutorial and Reference Guide by Musser, Derge, Saini (Addison Wesley). *** This bug has been marked as a duplicate of 553 *** -- What