[Bug libstdc++/70794] vector.push_back() crashes with std::bad_alloc after 2^32 calls

2016-07-10 Thread numien at deathwyrm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70794 --- Comment #7 from numien at deathwyrm dot com --- $ free totalusedfree shared buff/cache available Mem: 12294140 4552752 5996104 166088 1745284 7099488 Swap: 5242872

[Bug libstdc++/70794] vector.push_back() crashes with std::bad_alloc after 2^32 calls

2016-04-26 Thread numien at deathwyrm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70794 --- Comment #5 from numien at deathwyrm dot com --- Created attachment 38344 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38344&action=edit Preprocessed source

[Bug libstdc++/70794] vector.push_back() crashes with std::bad_alloc after 2^32 calls

2016-04-26 Thread numien at deathwyrm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70794 --- Comment #4 from numien at deathwyrm dot com --- $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/5.3.1/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --enable

[Bug libstdc++/70794] New: vector.push_back() crashes with std::bad_alloc after 2^32 calls

2016-04-25 Thread numien at deathwyrm dot com
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: numien at deathwyrm dot com Target Milestone: --- Created attachment 38340 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38340&action=edit Minimal test program Desp