This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12463] Internal error on very deep template expansion
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2003 20:13:47 -0000
- Subject: [Bug c++/12463] Internal error on very deep template expansion
- References: <20030930152927.12463.gianni@mariani.ws>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.