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++/5337: gcc-3.0.3 gives internal error


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


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