Skip to content
Snippets Groups Projects
Commit c20c6b0a authored by mmitchel's avatar mmitchel
Browse files

PR c++/11546

	* g++.dg/template/lookup1.C: New test.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69602 138bc75d-0d04-0410-961f-82ee72b054a4
parent 520a0edd
No related branches found
No related tags found
No related merge requests found
2003-07-19 Mark Mitchell <mark@codesourcery.com>
PR c++/11546
* g++.dg/template/lookup1.C: New test.
2003-07-19 Zack Weinberg <zack@codesourcery.com> 2003-07-19 Zack Weinberg <zack@codesourcery.com>
   
* gcc.dg/noncompile/label-1.c: New comprehensive test case for * gcc.dg/noncompile/label-1.c: New comprehensive test case for
......
template <class T0>
class A {
public:
class B;
};
template <class T0>
class A<T0>::B {
public:
class C;
};
template <class T0>
class A<T0>::B::C {
public:
A<T0> &a;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment