]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.old-deja/g++.pt/crash7.C
pt.c (instantiate_decl): Tell the repository code about the clones, not the cloned...
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash7.C
CommitLineData
312a0c90
MM
1// Build don't link:
2
3class foo
4{
5};
6
7template <class T : public foo> // ERROR - base clause
8struct bar
9{
10};
This page took 0.92476 seconds and 5 git commands to generate.