r238182 - in /trunk/gcc/cp: ChangeLog call.c cp...

jason@gcc.gnu.org jason@gcc.gnu.org
Fri Jul 8 21:32:00 GMT 2016


Author: jason
Date: Fri Jul  8 21:32:12 2016
New Revision: 238182

URL: https://gcc.gnu.org/viewcvs?rev=238182&root=gcc&view=rev
Log:
	Rename lvalue_p to obvalue_p.

	* tree.c (obvalue_p): Rename from lvalue_p.
	(lvalue_p): Define for c-common.
	* call.c, cp-tree.h, cvt.c, init.c: Adjust.
	* typeck.c: Adjust.
	(cp_build_addr_expr_1): Remove obsolete code.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/cvt.c
    trunk/gcc/cp/init.c
    trunk/gcc/cp/tree.c
    trunk/gcc/cp/typeck.c



More information about the Gcc-cvs mailing list