aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@osl.iu.edu>2007-01-25 04:02:36 +0000
committerDoug Gregor <dgregor@gcc.gnu.org>2007-01-25 04:02:36 +0000
commit54654d29cb254b75a486c33b0a2bbdbddb526f33 (patch)
tree8719ff17fe366c09f62ada22587f82ead23564a7 /gcc/cp/ChangeLog
parent18103407c6e0e824c5c92ac0a07e6baca6f71f43 (diff)
downloadgcc-54654d29cb254b75a486c33b0a2bbdbddb526f33.zip
gcc-54654d29cb254b75a486c33b0a2bbdbddb526f33.tar.gz
gcc-54654d29cb254b75a486c33b0a2bbdbddb526f33.tar.bz2
lex.c (D_CPP0X): Rename.
2007-01-24 Douglas Gregor <dgregor@osl.iu.edu> * lex.c (D_CPP0X): Rename. (D_CXX0X): To this. (reswords): D_CPP0X -> D_CXX0X. (init_reswords): Ditto. * parser.c (cp_lexer_get_preprocessor_token): Warn about the use of C++0x keywords as identifiers. From-SVN: r121161
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index afc66a8..e04ee5a 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,12 @@
+2007-01-24 Douglas Gregor <dgregor@osl.iu.edu>
+
+ * lex.c (D_CPP0X): Rename.
+ (D_CXX0X): To this.
+ (reswords): D_CPP0X -> D_CXX0X.
+ (init_reswords): Ditto.
+ * parser.c (cp_lexer_get_preprocessor_token): Warn about the use
+ of C++0x keywords as identifiers.
+
2007-01-23 Simon Martin <simartin@users.sourceforge.net>
PR c++/27492