projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aa9767
)
fix
author
Jason Merrill
<jason@gcc.gnu.org>
Wed, 28 Oct 1998 11:40:53 +0000
(06:40 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Wed, 28 Oct 1998 11:40:53 +0000
(06:40 -0500)
From-SVN: r23400
gcc/testsuite/g++.old-deja/g++.pt/ttp14.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.pt/ttp14.C
b/gcc/testsuite/g++.old-deja/g++.pt/ttp14.C
index 3b284ae8700a2c4b9330213a566b6d28782e5800..04877d65b75ce69ea89d303200fbb5ac52b30fc7 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.pt/ttp14.C
+++ b/
gcc/testsuite/g++.old-deja/g++.pt/ttp14.C
@@
-17,7
+17,7
@@
template<class E,template<class> class DD = D> class C
int f();
};
-template<class E,template<class> class DD
= D
> int C<E,DD>::f()
+template<class E,template<class> class DD> int C<E,DD>::f()
{
DD<E> d2;
return d2.f();