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]

c++/1661: internal error



>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:

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