re PR c++/49598 ([C++0x] Ice on lambda with implicit capture by value.)
authorJason Merrill <jason@redhat.com>
Tue, 5 Jul 2011 14:47:21 +0000 (10:47 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 5 Jul 2011 14:47:21 +0000 (10:47 -0400)
commitf395f5e2a1c7d512fc268d447f58b3ec83ae9506
tree3fb3f2b5136ab7c8b55fd70ff2f76eb02ecce044
parentfce5dddd3da4c6b9818b60a358b1e4869f922114
re PR c++/49598 ([C++0x] Ice on lambda with implicit capture by value.)

PR c++/49598
* semantics.c (finish_id_expression): convert_from_reference.

From-SVN: r175857
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ref2.C [new file with mode: 0644]