[Bug libstdc++/69486] Strange behaviour of bitset and c++11
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 26 14:18:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69486
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |compile-time-hog,
| |memory-hog
Status|WAITING |NEW
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
OK< I do see it use a lot more memory with -std=c++11, just not enough to start
swapping on my machine.
Probably some of the constexpr functions used in C++11 mode.
More information about the Gcc-bugs
mailing list