aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-10-17 22:41:42 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2018-10-17 22:41:42 +0100
commit7a8a92c448bf7d9ceeef1879f741901cf337d921 (patch)
tree312ead7b350e5abe96966636e2d9e07d044efc02 /gcc/c-family
parent7dc41f3d1a34510ab7061dc86c585d2b7fbe6a40 (diff)
downloadgcc-7a8a92c448bf7d9ceeef1879f741901cf337d921.zip
gcc-7a8a92c448bf7d9ceeef1879f741901cf337d921.tar.gz
gcc-7a8a92c448bf7d9ceeef1879f741901cf337d921.tar.bz2
Update C17 option descriptions not to say "expected to be published".
* c.opt (std=c17, std=c18, std=gnu17, std=gnu18, std=iso9899:2017) (std=iso9899:2018): Document C17 as published in 2018. From-SVN: r265250
Diffstat (limited to 'gcc/c-family')
-rw-r--r--gcc/c-family/ChangeLog5
-rw-r--r--gcc/c-family/c.opt12
2 files changed, 11 insertions, 6 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
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index 5460348..a7c8dd5 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -1992,11 +1992,11 @@ Deprecated in favor of -std=c11.
std=c17
C ObjC
-Conform to the ISO 2017 C standard (expected to be published in 2018).
+Conform to the ISO 2017 C standard (published in 2018).
std=c18
C ObjC Alias(std=c17)
-Conform to the ISO 2017 C standard (expected to be published in 2018).
+Conform to the ISO 2017 C standard (published in 2018).
std=c89
C ObjC Alias(std=c90)
@@ -2062,11 +2062,11 @@ Deprecated in favor of -std=gnu11.
std=gnu17
C ObjC
-Conform to the ISO 2017 C standard (expected to be published in 2018) with GNU extensions.
+Conform to the ISO 2017 C standard (published in 2018) with GNU extensions.
std=gnu18
C ObjC Alias(std=gnu17)
-Conform to the ISO 2017 C standard (expected to be published in 2018) with GNU extensions.
+Conform to the ISO 2017 C standard (published in 2018) with GNU extensions.
std=gnu89
C ObjC Alias(std=gnu90)
@@ -2106,11 +2106,11 @@ Conform to the ISO 2011 C standard.
std=iso9899:2017
C ObjC Alias(std=c17)
-Conform to the ISO 2017 C standard (expected to be published in 2018).
+Conform to the ISO 2017 C standard (published in 2018).
std=iso9899:2018
C ObjC Alias(std=c17)
-Conform to the ISO 2017 C standard (expected to be published in 2018).
+Conform to the ISO 2017 C standard (published in 2018).
traditional
Driver