[Bug libstdc++/59391] std::sort will go out of std::vector bounds and crash

2014-03-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59391 Jonathan Wakely changed: What|Removed |Added Resolution|WORKSFORME |INVALID --- Comment #5 from Jonathan Wa

[Bug libstdc++/59391] std::sort will go out of std::vector bounds and crash

2013-12-15 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59391 Oleg Endo changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug libstdc++/59391] std::sort will go out of std::vector bounds and crash

2013-12-08 Thread awwafa at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59391 --- Comment #3 from Ahmed Wafa --- Yes, it works fine for 4.9 and 4.8.2, i can see that the fix for Bug 58437 take care of this problem. This now can be closed, not a duplicate, but as indirectly fixed.

[Bug libstdc++/59391] std::sort will go out of std::vector bounds and crash

2013-12-04 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59391 --- Comment #2 from Andrew Pinski --- Works for me in gcc version 4.9.0 20131026 (experimental) [trunk revision 204095] (GCC) Can you try a newer version as 4.4 is no longer supported.

[Bug libstdc++/59391] std::sort will go out of std::vector bounds and crash

2013-12-04 Thread awwafa at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59391 --- Comment #1 from Ahmed Wafa --- // The following is shortest array that will reproduce that problem const int int_array[] = {1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2};