aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index a47098f..707c5d2 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,10 @@
+2013-10-27 Tobias Burnus <burnus@net-b.de>
+
+ PR other/33426
+ * c-parser.c (c_parser_while_statement, c_parser_while_statement,
+ c_parser_pragma): Add GCC ivdep support to 'do' and 'while'.
+ (c_parser_statement_after_labels): Update calls.
+
2013-10-24 Tobias Burnus <burnus@net-b.de>
PR other/33426