From: Paolo Carlini Date: Thu, 4 Apr 2019 15:49:30 +0000 (+0000) Subject: re PR c++/65619 (friend declaration with template template parameter not recognized) X-Git-Tag: basepoints/gcc-10~315 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a36c1806aa3d06301d1a177afbad6198b0f9086;p=thirdparty%2Fgcc.git re PR c++/65619 (friend declaration with template template parameter not recognized) 2019-04-04 Paolo Carlini PR c++/65619 * g++.dg/template/friend67.C: New. From-SVN: r270146 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0363d1f0d89f..7afa590a8ef4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-04-04 Paolo Carlini + + PR c++/65619 + * g++.dg/template/friend67.C: New. + 2019-04-04 Paolo Carlini PR c++/61327 diff --git a/gcc/testsuite/g++.dg/template/friend67.C b/gcc/testsuite/g++.dg/template/friend67.C new file mode 100644 index 000000000000..2d516b9d3fd9 --- /dev/null +++ b/gcc/testsuite/g++.dg/template/friend67.C @@ -0,0 +1,26 @@ +// PR c++/65619 + +template +class foo +{ + int i; + + template