r143926 - in /branches/gcc-in-cxx/gcc: ChangeLo...
ian@gcc.gnu.org
ian@gcc.gnu.org
Wed Feb 4 15:51:00 GMT 2009
Author: ian
Date: Wed Feb 4 15:51:21 2009
New Revision: 143926
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143926
Log:
* cp/class.c (resolve_address_of_overloaded_function): Change
flags to int.
(instantiate_type): Change flags_in to int.
* cp/call.c (standard_conversion): Change flags to int.
(reference_binding): Change lvalue_p to int.
(build_temp): Change 0 to DK_UNSPECIFIED.
(convert_like_real): Change lvalue to int.
* cp/tree.c (lvalue_p_1): Change return type to int. Change
op1_lvalue_kind and op2_lvalue_kind to int.
(real_lvalue_p): Change return type to int.
* cp/cp-gimplify.c (cp_gimplify_expr): Add cast to enum type.
* cp/cp-tree.h (instantiate_template): Update declaration.
(real_lvalue_p): Likewise.
* cp/pt.c (check_instantiated_args): Change complain to int.
(instantiate_template): Likewise.
Modified:
branches/gcc-in-cxx/gcc/ChangeLog.cxx
branches/gcc-in-cxx/gcc/cp/call.c
branches/gcc-in-cxx/gcc/cp/class.c
branches/gcc-in-cxx/gcc/cp/cp-gimplify.c
branches/gcc-in-cxx/gcc/cp/cp-tree.h
branches/gcc-in-cxx/gcc/cp/pt.c
branches/gcc-in-cxx/gcc/cp/tree.c
More information about the Gcc-cvs
mailing list