From: Jeff Law Date: Thu, 8 Oct 1998 18:21:50 +0000 (-0600) Subject: From Brendan: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96fc0606e3f7106dea7876f0177aeea861dd425a;p=gcc.git From Brendan: 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 --- diff --git a/gcc/testsuite/g++.old-deja/g++.pt/ttp3.C b/gcc/testsuite/g++.old-deja/g++.pt/ttp3.C index 9a047a846f0..322dd1991e3 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/ttp3.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/ttp3.C @@ -10,5 +10,5 @@ template class D,class E> class C int main() { - C c; // ERROR - param list not match + C c; // ERROR - param list not match// WARNING - sees it as not having a type }