From: jsm28 Date: Wed, 17 Oct 2018 21:41:42 +0000 (+0000) Subject: Update C17 option descriptions not to say "expected to be published". X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d767b8cd9edcc9efc610e5186cbee27ffdfbe395;p=thirdparty%2Fgcc.git 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265250 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index d5f361947cef..2e01482832f2 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,8 @@ +2018-10-17 Joseph Myers + + * 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 PR c++/87364 diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index 54603486ed1b..a7c8dd5d8f3b 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