r238183 - in /trunk/gcc/cp: ChangeLog call.c cl...
jason@gcc.gnu.org
jason@gcc.gnu.org
Fri Jul 8 21:32:00 GMT 2016
Author: jason
Date: Fri Jul 8 21:32:18 2016
New Revision: 238183
URL: https://gcc.gnu.org/viewcvs?rev=238183&root=gcc&view=rev
Log:
Use lvalue_p instead of real_lvalue_p.
* cp-tree.h: Unpoison lvalue_p.
* call.c, class.c, constexpr.c, cvt.c, init.c, lambda.c, pt.c,
tree.c, typeck.c, typeck2.c: Use lvalue_p instead of
real_lvalue_p.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/call.c
trunk/gcc/cp/class.c
trunk/gcc/cp/constexpr.c
trunk/gcc/cp/cp-tree.h
trunk/gcc/cp/cvt.c
trunk/gcc/cp/init.c
trunk/gcc/cp/lambda.c
trunk/gcc/cp/pt.c
trunk/gcc/cp/tree.c
trunk/gcc/cp/typeck.c
trunk/gcc/cp/typeck2.c
More information about the Gcc-cvs
mailing list