This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r146788 - in /branches/gcc-in-cxx/gcc: ChangeLo...


Author: ian
Date: Sat Apr 25 22:28:57 2009
New Revision: 146788

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146788
Log:
	* cp/cp-tree.h (enum cp_lvalue_kind_enum): Rename from
	cp_lvalue_kind.
	(cp_lvalue_kind): Typedef to int, not enum type.
	(enum tsubst_flags): Rename from enum tsubst_flags_t.
	(tsubst_flags_t): Typedef to int, not enum type.
	(enum base_access_enum): Rename from enum base_access.
	(base_access): Typedef to int, not enum type.
	* cp/parser.c (enum cp_parser_flags_enum): Rename from
	cp_parser_flags.
	(cp_parser_flags): Typedef to int, not enum type.
	* cp/call.c:  Revert the 2008-09-10 changes to change
	tsubst_flags_t, base_access, and cp_lvalue_kind to int.
	* cp/class.c: Likewise.
	* cp/cp-lang.c: Likewise.
	* cp/cp-objcp-common.h: Likewise.
	* cp/cvt.c: Likewise.
	* cp/decl.c: Likewise.
	* cp/init.c: Likewise.
	* cp/pt.c: Likewise.
	* cp/rtti.c: Likewise.
	* cp/search.c: Likewise.
	* cp/semantics.c: Likewise.
	* cp/tree.c: Likewise.
	* cp/typeck.c: Likewise.
	* cp/typeck2.c: Likewise.
	* cp/parser.c: 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-lang.c
    branches/gcc-in-cxx/gcc/cp/cp-objcp-common.h
    branches/gcc-in-cxx/gcc/cp/cp-tree.h
    branches/gcc-in-cxx/gcc/cp/cvt.c
    branches/gcc-in-cxx/gcc/cp/decl.c
    branches/gcc-in-cxx/gcc/cp/init.c
    branches/gcc-in-cxx/gcc/cp/parser.c
    branches/gcc-in-cxx/gcc/cp/pt.c
    branches/gcc-in-cxx/gcc/cp/rtti.c
    branches/gcc-in-cxx/gcc/cp/search.c
    branches/gcc-in-cxx/gcc/cp/semantics.c
    branches/gcc-in-cxx/gcc/cp/tree.c
    branches/gcc-in-cxx/gcc/cp/typeck.c
    branches/gcc-in-cxx/gcc/cp/typeck2.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]