[Bug c++/12463] Internal error on very deep template expansion
bangerth at dealii dot org
gcc-bugzilla@gcc.gnu.org
Tue Sep 30 22:18:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12463
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From bangerth at dealii dot org 2003-09-30 20:13 -------
This is indeed just an out-of-memory bug when instantiating lots and
lots of classes. This can't be counted as a bug. The fact that you just get an
abort comes from the fact that some OSs just overcommit memory and then
don't know how to back out any more once you actually try to access this
memory.
W.
More information about the Gcc-bugs
mailing list