PR c++/63207
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Oct 2014 03:28:18 +0000 (03:28 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Oct 2014 03:28:18 +0000 (03:28 +0000)
commit4bfc903761da7471f584443538718bbe6d529d73
tree5e470a495fe25b3226b27b25383860487fe618cf
parent6d3e5c34a693befc2ffdd9b38ff938641e03714a
PR c++/63207
* semantics.c (outer_var_p): Non-static.
(process_outer_var_ref): Split out from finish_id_expression.
* pt.c (tsubst_copy_and_build): Call them.
* cp-tree.h: Declare them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216056 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const4.C [new file with mode: 0644]