projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba0dcc8
)
From Brendan:
author
Jeff Law
<law@gcc.gnu.org>
Thu, 8 Oct 1998 18:21:50 +0000
(12:21 -0600)
committer
Jeff 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.pt/ttp3.C
b/gcc/testsuite/g++.old-deja/g++.pt/ttp3.C
index 9a047a846f03ff08986b729f372f83f1318c2049..322dd1991e31a0530894d637e113f4c8cbb9ce93 100644
(file)
--- 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<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
}