* g++.old-deja/g++.pt/decl2.C: New test.

From-SVN: r23909
This commit is contained in:
Alexandre Oliva 1998-11-26 19:40:14 +00:00 committed by Alexandre Oliva
parent aa4d18c9f7
commit d1b0fca0d2
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.pt/decl2.C: New test.
1998-11-26 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.other/lookup5.C: New test. Not sure the

View File

@ -0,0 +1,7 @@
// Build don't link:
// Simplified from testcase by Christophe Boyanique <boyan@imac.u-paris2.fr>
template <class T> struct foo { foo(); };
template<class T> foo<T>::foo() {}
T // ERROR - currently an ICE - XFAIL *-*-*