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++/8557: [3.3 regression] error reporting routines re-entered


Old Synopsis: ICE compiling binutils-2.13.1
New Synopsis: [3.3 regression] error reporting routines re-entered

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Wed Dec  4 14:44:58 2002
State-Changed-Why:
    This is the code:
    ------------------------
    void foo (void *, X (*) (void *));
    ------------------------
    on which I get with 3.2.1 and 3.3 (a couple of days old):
    tmp/g> /home/bangerth/bin/gcc-3.3-pre/lib/gcc-lib/i686-pc-linux-gnu/3.*/cc1plus -fpreprocessed tc-ppc.i -quiet -dumpbase tc-ppc.c
    tc-ppc.i:1: error: parse error before `)' token
    tc-ppc.i:1: error: 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.
    
    It compiled fine with 2.95 (i.e. it gave errors, but no ICE).
    
    I believe someone fixed this in the last few days (Gaby?)
    but I need to build a newer gcc to check that. Until then
    I put this into the usual "regression" mode.

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


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