This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
c++/1661: internal error
- To: gcc-gnats at gcc dot gnu dot org
- Subject: c++/1661: internal error
- From: meixner at rbg dot informatik dot tu-darmstadt dot de
- Date: 16 Jan 2001 08:47:15 -0000
- Reply-To: meixner at rbg dot informatik dot tu-darmstadt dot de
>Number: 1661
>Category: c++
>Synopsis: internal error
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Jan 16 00:56:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator: Matthias Meixner
>Release: gcc version 2.97 20010115 (experimental)
>Organization:
>Environment:
on-line compilation GCC form
>Description:
/tmp/@19536.7.cc: In function `int g()':
/tmp/@19536.7.cc:2: parse error before `<' token
/tmp/@19536.7.cc:2: Internal error #122.
/tmp/@19536.7.cc:2: Internal compiler error in finish_function, at cp/decl.c:
13989
Please submit a full bug report.
See for instructions.
>How-To-Repeat:
compile:
int f() { return 0; }
int g() { if(!f())<0) { return 2; } return 1;}
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: