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++/8799: [3.2/3.3 regression] ICE: Error reporting routines re-entered.


Old Synopsis: Internal compiler error: Error reporting routines re-entered.
New Synopsis: [3.2/3.3 regression] ICE: Error reporting routines re-entered.

State-Changed-From-To: open->analyzed
State-Changed-By: reichelt
State-Changed-When: Tue Dec  3 08:32:23 2002
State-Changed-Why:
    Confirmed.
    
    gcc 2.95.x handles the situation gracefully:
    
      bug.cc:2: type specifier omitted for parameter
      bug.cc:2: parse error at end of input
    
    gcc 3.0.x gets confused:
    
    bug.cc:2: type specifier omitted for parameter
    bug.cc:2: parse error at end of input
    bug.cc:2: confused by earlier errors, bailing out
    
    since 3.1 (also with releases!) we have:
    
      bug.cc:2: type specifier omitted for parameter `
      Internal compiler error: Error reporting routines re-entered.
      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%20audit-trail&database=gcc&pr=8799


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