c.opt (std=gnu++11): Do not describe as experimental.
authorMarek Polacek <polacek@redhat.com>
Tue, 20 Oct 2015 14:51:34 +0000 (14:51 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Tue, 20 Oct 2015 14:51:34 +0000 (14:51 +0000)
* c.opt (std=gnu++11): Do not describe as experimental.
(std=gnu++14): Likewise.

From-SVN: r229081

gcc/c-family/ChangeLog
gcc/c-family/c.opt

index 46a6d749ed6789b7a9714ffbb59c79208c77c851..f6f5e7c5c25c9e9fbb1b956adc46cf246567e298 100644 (file)
@@ -1,3 +1,8 @@
+2015-10-20  Marek Polacek  <polacek@redhat.com>
+
+       * c.opt (std=gnu++11): Do not describe as experimental.
+       (std=gnu++14): Likewise.
+
 2015-10-19  Jason Merrill  <jason@redhat.com>
 
        * c-cppbuiltin.c (c_cpp_builtins): Define
index c62eefb98c28a25d9d6ce67c2cb79673cf299910..ae8f775359a139743bfe2c8772c5fa4677c28075 100644 (file)
@@ -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++