OSDN Git Service

* pt.c (tsubst_copy) [VAR_DECL]: Don't call tsubst for
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Apr 2013 15:51:40 +0000 (15:51 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Apr 2013 15:51:40 +0000 (15:51 +0000)
commit47a90907fae27b697d3ad2b44b428843d3d0a984
tree05813c0fdc3e2b450d3ac9076fde811cb7cbed7a
parent228836e82eb119ed83791e95190df6db3c02a4f5
* pt.c (tsubst_copy) [VAR_DECL]: Don't call tsubst for
local variables, look them up instead.
(tsubst_decl) [VAR_DECL]: Remove handling for anonymous union
proxies and substitution in unevaluated context.
(tsubst_expr) [OMP_FOR]: Instantiate OMP_FOR_PRE_BODY
before the iterators.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197811 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c