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]

gcc/gcc ChangeLog.cxx-reflection c-common.h cp ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	cxx-reflection-branch
Changes by:	gdr@gcc.gnu.org	2003-06-15 17:31:47

Modified files:
	gcc            : ChangeLog.cxx-reflection c-common.h 
	gcc/cp         : ChangeLog.cxx-reflection cp-tree.def cp-tree.h 
	                 error.c lex.c parser.c semantics.c 

Log message:
	* c-common.h (enum rid): Add new enumeration RID_DECLTYPE.
	
	cp/
	* cp-tree.def: Add DECLARED_TYPE tree code.
	* lex.c (reswords): Add decltype keyword.
	* error.c (dump_type): Handle DECLARED_TYPE.
	(dump_type_prefix): Likewise.
	(dump_type_suffix): Likewise.
	* cp-tree.h (build_decltype): Declare.
	* semantics.c (build_decltype): Define.
	* parser.c (cp_parser_simple_type_specifier): Parse decltype.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.cxx-reflection.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.168.4.2&r2=1.168.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.cxx-reflection.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.def.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.70.4.2&r2=1.70.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.817.4.2&r2=1.817.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/error.c.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.199.4.2&r2=1.199.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/lex.c.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.300.4.2&r2=1.300.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.48.4.2&r2=1.48.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.298.4.2&r2=1.298.4.3


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