* template9.C: New test.

From-SVN: r30489
This commit is contained in:
Alexandre Oliva 1999-11-11 14:39:01 +00:00 committed by Alexandre Oliva
parent 7467c975b3
commit f185457abf
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-11-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* template9.C: New test.
1999-09-18 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* overload1.C: New test.

View File

@ -0,0 +1,11 @@
// Build don't link:
// Copyright (C) 1999 Free Software Foundation
// by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
// based on bug report by Philippe Bouchard <boucp00@DMI.USherb.CA>
struct foo {
template <class>
void bar() = 0; // ERROR - invalid initializer - XFAIL *-*-*
};