aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index d5f3619..2e01482 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,8 @@
+2018-10-17 Joseph Myers <joseph@codesourcery.com>
+
+ * c.opt (std=c17, std=c18, std=gnu17, std=gnu18, std=iso9899:2017)
+ (std=iso9899:2018): Document C17 as published in 2018.
+
2018-10-12 Christophe Lyon <christophe.lyon@linaro.org>
PR c++/87364