r126352 - in /branches/cxx0x-concepts-branch/gc...

dgregor@gcc.gnu.org dgregor@gcc.gnu.org
Thu Jul 5 04:19:00 GMT 2007


Author: dgregor
Date: Thu Jul  5 04:19:12 2007
New Revision: 126352

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126352
Log:
2007-07-05  Douglas Gregor  <doug.gregor@gmail.com>

	* c-common.h (enum rid): Add reserved IDs for concepts keywords.
	* c-opts.c (c_common_handle_option): Make -ansi obey cxx_dialect.
	* c-cppbuiltin.c (c_cpp_builtins): Define __GXX_CONCEPTS__ when in
	C++0x mode.
	* version.c: Customize for ConceptGCC.
	
2007-07-05  Douglas Gregor  <doug.gregor@gmail.com>

	* lex.c (reswords): Add concepts keywords.


Modified:
    branches/cxx0x-concepts-branch/gcc/ChangeLog
    branches/cxx0x-concepts-branch/gcc/c-common.h
    branches/cxx0x-concepts-branch/gcc/c-cppbuiltin.c
    branches/cxx0x-concepts-branch/gcc/c-opts.c
    branches/cxx0x-concepts-branch/gcc/cp/ChangeLog
    branches/cxx0x-concepts-branch/gcc/cp/lex.c
    branches/cxx0x-concepts-branch/gcc/version.c



More information about the Gcc-cvs mailing list