aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorreichelt <>2005-10-17 21:22:30 +0000
committerreichelt <>2005-10-17 21:22:30 +0000
commit500ddd3bbfe1845e6c1eaf78288eb01f00b8a811 (patch)
tree17b5d7c8ffa253c8d27c1450f2e0aca70beccc92 /gcc/cp/ChangeLog
parent4505cce4c99ca015dbde604f42b53857bd2c4e02 (diff)
PR c++/23440
* parser.c (cp_parser_statement): If the parser reached CPP_EOF, only complain about missing statement. * g++.dg/parse/for1.C: New test.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 08344ee960a..62235408b73 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
+
+ PR c++/23440
+ * parser.c (cp_parser_statement): If the parser reached CPP_EOF,
+ only complain about missing statement.
+
2005-10-17 Nathan Sidwell <nathan@codesourcery.com>
PR c++/24386