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++/8206: [parser] segfault on redefinition of constructor and missing semicolon, when function declared in inside constructor


Synopsis: [parser] segfault on redefinition of constructor and missing semicolon, when function declared in inside constructor

State-Changed-From-To: suspended->closed
State-Changed-By: neroden
State-Changed-When: Wed Jan  1 08:20:43 2003
State-Changed-Why:
    New parser is in, and on mainline we get:
    ice.cxx:10: error: return type specification for constructor invalid
    ice.cxx:10: error: redefinition of `A::A()'
    ice.cxx:4: error: `A::A()' previously defined here
    ice.cxx:10: error: no `A::A()' member function declared in class `A'

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


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