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++/54538] [4.8 Regression] Getting assembler messages when compiling


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #10 from Jason Merrill <jason at gcc dot gnu.org> 2012-09-10 23:51:41 UTC ---
Author: jason
Date: Mon Sep 10 23:51:34 2012
New Revision: 191164

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191164
Log:
    PR c++/54538
    PR c++/53783
    * pt.c (tsubst_copy_and_build) [LAMBDA_EXPR]: Go back to using RECUR
    for LAMBDA_EXPR_EXTRA_SCOPE except for function scope.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle4.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog

--- Comment #11 from Jason Merrill <jason at gcc dot gnu.org> 2012-09-10 23:52:41 UTC ---
Fixed.


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