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++/591: Internal error on 'void m( void C::a()'



>Number:         591
>Category:       c++
>Synopsis:       Internal error on 'void m( void C::a()'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Oct 02 19:56:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Erik Søe Sørensen
>Release:        2.96
>Organization:
>Environment:
OS/CPU: Linux 2.2.16-3 i586
>Description:
Compiler says:
 $ g++ test.cc
  test.cc:6: parse error at end of input
  test.cc:6: Internal error #19990916.
  test.cc:6: Internal compiler error in poplevel, at ../gcc/cp/decl.c:
  1302
  Please submit a full bug report. (...)
>How-To-Repeat:
Here is the code in test.cc:
  class C {
  };

  void m(
  void C::a()
>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]