From Brendan:
authorJeff Law <law@gcc.gnu.org>
Thu, 8 Oct 1998 18:21:50 +0000 (12:21 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 8 Oct 1998 18:21:50 +0000 (12:21 -0600)
date: 1998/07/15 18:18:49;  author: brendan;  state: Exp;  lines: +2 -2
dd expected warning, remove first error loc (now only on line 13)

From-SVN: r22932

gcc/testsuite/g++.old-deja/g++.pt/ttp3.C

index 9a047a846f03ff08986b729f372f83f1318c2049..322dd1991e31a0530894d637e113f4c8cbb9ce93 100644 (file)
@@ -10,5 +10,5 @@ template<template<class> class D,class E> class C
 
 int main()
 {
-       C<D,int> c;             // ERROR - param list not match
+       C<D,int> c;             // ERROR - param list not match// WARNING - sees it as not having a type
 }