re PR c++/57899 (bind/function with data member: infinite recursion)
authorJason Merrill <jason@redhat.com>
Fri, 31 Jan 2014 03:47:22 +0000 (22:47 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 31 Jan 2014 03:47:22 +0000 (22:47 -0500)
commitf221dc810d12ca6005ecee515f786eef31f81960
treeabea7991ad3abebb58a9902efc8bf9ff97aa298b
parent56e13ae00611a97d28f5284513c45f829a9810c9
re PR c++/57899 (bind/function with data member: infinite recursion)

PR c++/57899
* cp-tree.h (struct saved_scope): Add x_local_specializations.
(local_specializations): New macro.
* pt.c (local_specializations): Remove variable.

From-SVN: r207332
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/pt.c
libstdc++-v3/testsuite/20_util/bind/57899.cc [new file with mode: 0644]