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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-06-18 
20:17:10 UTC ---
git bisect shows it was caused by the patch for PR 53137

f899a730d4f41b6a20b5508059a450f3a9347316 is the first bad commit
commit f899a730d4f41b6a20b5508059a450f3a9347316
Author: jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Jun 1 16:55:17 2012 +0000

        PR c++/53137
        * pt.c (instantiate_class_template_1): Set LAMBDA_EXPR_THIS_CAPTURE.
        (instantiate_decl): Don't push_to_top_level for local class methods.
        (instantiate_class_template_1): Or for local classes.

    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188117
138bc75d-0d04-0410-961f-82ee72b054a4

Reply via email to