Updates to c.opt now committed as well.

2018-10-17  Joseph Myers  <jos...@codesourcery.com>

        * c.opt (std=c17, std=c18, std=gnu17, std=gnu18, std=iso9899:2017)
        (std=iso9899:2018): Document C17 as published in 2018.

Index: c-family/c.opt
===================================================================
--- c-family/c.opt      (revision 265249)
+++ c-family/c.opt      (working copy)
@@ -1992,11 +1992,11 @@
 
 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 @@
 
 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 @@
 
 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

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to