This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8206: [parser] segfault on redefinition of constructor and missing semicolon, when function declared in inside constructor
- From: neroden at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, lupan at zamek dot gda dot pl, mmitchel at gcc dot gnu dot org
- Date: 1 Jan 2003 16:20:43 -0000
- Subject: Re: c++/8206: [parser] segfault on redefinition of constructor and missing semicolon, when function declared in inside constructor
- Reply-to: neroden at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, lupan at zamek dot gda dot pl, mmitchel at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
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