This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12850] [3.4 Regression] memory consumption for heavy template instantiations tripled since 3.3
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jan 2004 11:34:48 -0000
- Subject: [Bug c++/12850] [3.4 Regression] memory consumption for heavy template instantiations tripled since 3.3
- References: <20031030234001.12850.jens.maurer@gmx.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-01-14 11:34 -------
Subject: Bug 12850
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: hubicka@gcc.gnu.org 2004-01-14 11:34:38
Modified files:
gcc/cp : ChangeLog pt.c
Log message:
PR c++/12850
* pt.c (instantiate_decl): Do not increase function_depth.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3879&r2=1.3880
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&r1=1.813&r2=1.814
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12850