projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b886540
)
Remove duplicate parameter name
author
Mark Mitchell
<mmitchel@gcc.gnu.org>
Thu, 20 May 1999 17:07:28 +0000
(17:07 +0000)
committer
Mark Mitchell
<mmitchel@gcc.gnu.org>
Thu, 20 May 1999 17:07:28 +0000
(17:07 +0000)
From-SVN: r27067
gcc/testsuite/g++.old-deja/g++.pt/unify1.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.pt/unify1.C
b/gcc/testsuite/g++.old-deja/g++.pt/unify1.C
index 283e2f50f8af8fdc98de14af43d0c322bfdc1ce0..8d2e0624d5e7deedebaf8c5c57f3d7409a5f6f96 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.pt/unify1.C
+++ b/
gcc/testsuite/g++.old-deja/g++.pt/unify1.C
@@
-11,4
+11,4
@@
void f (P c, kind k) {}
template<class P>
void f (P c, P d, kind k) {}
-template void f (C c, C
c
, kind k);
+template void f (C c, C, kind k);