From: Marek Polacek Date: Tue, 20 Oct 2015 14:51:34 +0000 (+0000) Subject: c.opt (std=gnu++11): Do not describe as experimental. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9597904945c7e1df731080b3c0c72e7dc1f7c2ea;p=gcc.git c.opt (std=gnu++11): Do not describe as experimental. * c.opt (std=gnu++11): Do not describe as experimental. (std=gnu++14): Likewise. From-SVN: r229081 --- diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 46a6d749ed6..f6f5e7c5c25 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,8 @@ +2015-10-20 Marek Polacek + + * c.opt (std=gnu++11): Do not describe as experimental. + (std=gnu++14): Likewise. + 2015-10-19 Jason Merrill * c-cppbuiltin.c (c_cpp_builtins): Define diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index c62eefb98c2..ae8f775359a 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -1694,7 +1694,7 @@ corrigendum with GNU extensions std=gnu++11 C++ ObjC++ -Conform to the ISO 2011 C++ standard with GNU extensions (experimental and incomplete support) +Conform to the ISO 2011 C++ standard with GNU extensions std=gnu++0x C++ ObjC++ Alias(std=gnu++11) Undocumented @@ -1706,7 +1706,7 @@ Deprecated in favor of -std=gnu++14 std=gnu++14 C++ ObjC++ -Conform to the ISO 2014 C++ standard with GNU extensions (experimental and incomplete support) +Conform to the ISO 2014 C++ standard with GNU extensions std=gnu++1z C++ ObjC++