From mboxrd@z Thu Jan 1 00:00:00 1970 From: rodrigc@gcc.gnu.org To: ak@ixion.net, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, rodrigc@gcc.gnu.org Subject: Re: c++/3431: ice while emitting debug info Date: Sun, 12 Aug 2001 10:21:00 -0000 Message-id: <20010812172121.16102.qmail@sourceware.cygnus.com> X-SW-Source: 2001-08/msg00279.html List-Id: Synopsis: ice while emitting debug info State-Changed-From-To: open->analyzed State-Changed-By: rodrigc State-Changed-When: Sun Aug 12 10:21:21 2001 State-Changed-Why: Verified with: gcc version 3.1 20010811 (experimental) If I compile with -gdwarf-2, I get additional warnings: ========================================================== In file included from instancemanager.cc:12: ../utility/manager.hh: In instantiation of `wRegisteringManager': ../engine/instancemanager.hh:31: instantiated from `wInstanceManager' ../engine/instancemanager.hh:31: instantiated from here ../utility/manager.hh:33: Internal compiler error in tsubst, at cp/pt.c:6366 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. =========================================================== If I compile with -ggdb, I get: ============================================================ In file included from instancemanager.cc:12: ../utility/manager.hh: In instantiation of `wRegisteringManager': ../engine/instancemanager.hh:31: instantiated from `wInstanceManager' ../engine/instancemanager.hh:31: instantiated from here ../utility/manager.hh:33: Internal compiler error in tsubst, at cp/pt.c:6366 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. ============================================================= http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3431&database=gcc