http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57899
--- Comment #16 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Fri Jan 31 03:47:22 2014 New Revision: 207332 URL: http://gcc.gnu.org/viewcvs?rev=207332&root=gcc&view=rev Log: PR c++/57899 * cp-tree.h (struct saved_scope): Add x_local_specializations. (local_specializations): New macro. * pt.c (local_specializations): Remove variable. Added: trunk/libstdc++-v3/testsuite/20_util/bind/57899.cc Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/cp-tree.h trunk/gcc/cp/pt.c