spec24.C: ensure that template specializations start with template headers

* g++.old-deja/g++.pt/spec24.C: ensure that template
	specializations start with template headers

From-SVN: r23464
This commit is contained in:
Alexandre Oliva 1998-10-31 00:06:24 +00:00 committed by Alexandre Oliva
parent 5585c1bc80
commit f76f703ffd
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
1998-10-31 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.pt/spec24.C: ensure that template
specializations start with template headers
1998-10-29 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.other/dcast2.C: cannot dynamic downcast &x

View File

@ -0,0 +1,5 @@
// Build don't link:
template <class T> class A;
// template <>
class A<int>; // ERROR - missing template header - XFAIL *-*-*