From: mpolacek Date: Tue, 20 Oct 2015 14:51:34 +0000 (+0000) Subject: * c.opt (std=gnu++11): Do not describe as experimental. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08881cb89cd8460d0181c0b2b7f6da79db9e5967;p=thirdparty%2Fgcc.git * c.opt (std=gnu++11): Do not describe as experimental. (std=gnu++14): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229081 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 46a6d749ed67..f6f5e7c5c25c 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 c62eefb98c28..ae8f775359a1 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++