This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: c++/3431: ice while emitting debug info


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<wGameject>':
    ../engine/instancemanager.hh:31:   instantiated from `wInstanceManager<wGameject, wGameCodeManager>'
    ../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 <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
    ===========================================================
    
    If I compile with -ggdb, I get:
    ============================================================
    In file included from instancemanager.cc:12:
    ../utility/manager.hh: In instantiation of `wRegisteringManager<wGameject>':
    ../engine/instancemanager.hh:31:   instantiated from `wInstanceManager<wGameject, wGameCodeManager>'
    ../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 <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
    =============================================================

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3431&database=gcc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]