This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/5208: gcc3.0.0 crashes on inheriting from template class in namespace
- From: rodrigc at gcc dot gnu dot org
- To: erol at lrz dot uni-muenchen dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 24 Mar 2002 22:58:00 -0000
- Subject: Re: c++/5208: gcc3.0.0 crashes on inheriting from template class in namespace
- Reply-to: rodrigc at gcc dot gnu dot org, erol at lrz dot uni-muenchen dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: gcc3.0.0 crashes on inheriting from template class in namespace
State-Changed-From-To: analyzed->closed
State-Changed-By: rodrigc
State-Changed-When: Sun Mar 24 14:58:00 2002
State-Changed-Why:
Problem reproduced with gcc 3.0.4.
With gcc 3.1 20020322 (prerelease)
the following error occurs instead:
test_namespace_bug.cpp: In constructor `B<T>::B()':
test_namespace_bug.cpp:13: class `B<T>' does not have any field named
`
template<class T> struct myname::A'
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5208