This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/5337: gcc-3.0.3 gives internal error
- From: paolo at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, rodrigc at gcc dot gnu dot org, thirsima at james dot hut dot fi
- Date: 1 Jan 2003 20:21:36 -0000
- Subject: Re: c++/5337: gcc-3.0.3 gives internal error
- Reply-to: paolo at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, rodrigc at gcc dot gnu dot org, thirsima at james dot hut dot fi, gcc-gnats at gcc dot gnu dot org
Synopsis: gcc-3.0.3 gives internal error
State-Changed-From-To: analyzed->closed
State-Changed-By: paolo
State-Changed-When: Wed Jan 1 12:21:35 2003
State-Changed-Why:
Cannot be reproduced with 3.2.1, 3.3 pre, mainline.
3.3 issues:
Matrix.cc:10: error: syntax error before `;' token
Matrix.cc: In function `void foo(Matrix<int>&)':
Matrix.cc:16: error: 'class Matrix<int>' has no member named 'm_data'
Mainline:
Matrix.cc:10: error: using-declaration for non-member at class scope
Matrix.cc:10: error: expected function-definition
Matrix.cc: In function `void foo(Matrix<int>&)':
Matrix.cc:16: error: 'class Matrix<int>' has no member named 'm_data'
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5337