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]
Other format: [Raw text]

Re: c++/9374: [3.4 regression] ICE in make_decl_rtl, at varasm.c:790


Old Synopsis: [New parser] ICE in  make_decl_rtl, at varasm.c:790
New Synopsis: [3.4 regression] ICE in  make_decl_rtl, at varasm.c:790

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Tue Jan 21 16:17:24 2003
State-Changed-Why:
    Confirmed. I don't believe it's a parser problem though, as the
    original synopsis indicated, rather some fallout from
    middle-end changes.
    
    The error message is
    g/a> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -c x.cc
    x.cc: In function `void f() [with T = int]':
    x.cc:10:   instantiated from here
    x.cc:5: internal compiler error: in make_decl_rtl, at varasm.c:790
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
    
    Compiles fine with 3.3.
    
    W.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9374


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