This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/57899] [4.8/4.9 Regression] bind/function with data member: infinite recursion


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57899

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.8.3

--- Comment #17 from Jason Merrill <jason at gcc dot gnu.org> ---
Fixed for 4.8.3/4.9.

--- Comment #18 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Jan 31 03:48:05 2014
New Revision: 207333

URL: http://gcc.gnu.org/viewcvs?rev=207333&root=gcc&view=rev
Log:
    PR c++/57899
    * pt.c (instantiate_template_1): Save/restore local_specializations.

Added:
    branches/gcc-4_8-branch/libstdc++-v3/testsuite/20_util/bind/57899.cc
Modified:
    branches/gcc-4_8-branch/gcc/cp/ChangeLog
    branches/gcc-4_8-branch/gcc/cp/pt.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]