OSDN Git Service

From Brendan:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Oct 1998 18:21:50 +0000 (18:21 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Oct 1998 18:21:50 +0000 (18:21 +0000)
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)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22932 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 9a047a8..322dd19 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
 }