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++/1637: compiler internal error on unknown exception name in catch() clause



>Number:         1637
>Category:       c++
>Synopsis:       compiler internal error on unknown exception name in catch() clause
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 12 14:06:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Merzliakov
>Release:        gcc version 2.97 20010112 (experimental)
>Organization:
>Environment:
Online test compilation
>Description:
tmp/@8448.7.cc: In function `int main()':
/tmp/@8448.7.cc:3: parse error before `Error'
/tmp/@8448.7.cc:4: Internal error #122.
/tmp/@8448.7.cc:4: Internal compiler error in finish_function, at cp/decl.c:
13989
Please submit a full bug report.
See for instructions.
>How-To-Repeat:
int main() {
  try{
  } catch(Error e) {
  };
};
>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]