aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2005-01-31 22:05:07 +0000
committerMike Stump <mrs@apple.com>2005-01-31 22:05:07 +0000
commit383e577e64368ab5be439dd3e2dc6398674a0b3a (patch)
tree23e04a3713ff8c299809b404d62cb8c9b197e1c4 /gcc/cp/ChangeLog
parente02ef0aeb65db2f2ca7a157c81fa80687e06b0f8 (diff)
* parser.c (cp_lexer_new_main): Get the first token, first, before
doing anything. Radar 3929334 git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@94494 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index d0ccb13a2d2..1baaf0b5849 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-31 Mike Stump <mrs@apple.com>
+
+ * parser.c (cp_lexer_new_main): Get the first token, first, before
+ doing anything.
+
2005-01-31 Mark Mitchell <mark@codesourcery.com>
* decl.c (start_decl): Add missing parentheses.