]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/60605 (incorrect diagosis of default template argument for function declara...
authorJason Merrill <jason@redhat.com>
Tue, 17 Jun 2014 23:03:43 +0000 (19:03 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 17 Jun 2014 23:03:43 +0000 (19:03 -0400)
commit6a97a1341a781d5c563c75022c83abda96a0dfdf
treec63c9b57163870da24a7bcd6f8fc2adb3b767276
parent64c73b9c7218c1554e167ea86deea1e7839f6caf
re PR c++/60605 (incorrect diagosis of default template argument for function declaration inside class template member function)

PR c++/60605
* pt.c (check_default_tmpl_args): Check DECL_LOCAL_FUNCTION_P.

From-SVN: r211753
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/template/local-fn1.C [new file with mode: 0644]