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++/49598] [C++0x] Ice on lambda with implicit capture by value.


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

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> 2011-07-05 14:51:59 UTC ---
Author: jason
Date: Tue Jul  5 14:51:56 2011
New Revision: 175863

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175863
Log:
    PR c++/49598
    * semantics.c (finish_id_expression): convert_from_reference.

Added:
    branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ref2.C
Modified:
    branches/gcc-4_6-branch/gcc/cp/ChangeLog
    branches/gcc-4_6-branch/gcc/cp/semantics.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


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