summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 28fae441b65..dd60a6eeaeb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-14 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
+
+ PR c/23439
+ * c-parser.c (c_parser_for_statement): Use location of RID_FOR
+ to initialize loc.
+
2005-10-14 Per Bothner <per@bothner.com>
PR preprocessor/21250