c.opt (std=c++14): Remove Undocumented flag and experimental warning.
authorJason Merrill <jason@redhat.com>
Sun, 10 May 2015 00:46:34 +0000 (20:46 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 10 May 2015 00:46:34 +0000 (20:46 -0400)
* c.opt (std=c++14): Remove Undocumented flag and experimental warning.
(std=gnu++0x): Mark as Undocumented.
(std=gnu++1y): Add deprecated message.

From-SVN: r222976

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

index 1019aeae740b6b4da61f457768ced0a3cd359206..99006434e2d0e9935c6de31ee17fc663129ef3be 100644 (file)
@@ -1,3 +1,9 @@
+2015-05-09  Jason Merrill  <jason@redhat.com>
+
+       * c.opt (std=c++14): Remove Undocumented flag and experimental warning.
+       (std=gnu++0x): Mark as Undocumented.
+       (std=gnu++1y): Add deprecated message.
+
 2015-05-08  Jason Merrill  <jason@redhat.com>
 
        * c.opt (Wc++11-compat): Make primary.  Rename var warn_cxx11_compat.
index e244a6db06ec8c6a9c71cfcb3f8f33c0f6d7e72f..343a599e3b96d20c2c4b317d3eadeb0b1566ce5a 100644 (file)
@@ -1591,8 +1591,8 @@ C++ ObjC++ Alias(std=c++14) Undocumented
 Deprecated in favor of -std=c++14
 
 std=c++14
-C++ ObjC++ Undocumented
-Conform to the ISO 2014 C++ standard (experimental and incomplete support)
+C++ ObjC++
+Conform to the ISO 2014 C++ standard
 
 std=c++1z
 C++ ObjC++
@@ -1640,11 +1640,12 @@ C++ ObjC++
 Conform to the ISO 2011 C++ standard with GNU extensions (experimental and incomplete support)
 
 std=gnu++0x
-C++ ObjC++ Alias(std=gnu++11)
+C++ ObjC++ Alias(std=gnu++11) Undocumented
 Deprecated in favor of -std=gnu++11
 
 std=gnu++1y
 C++ ObjC++ Alias(std=gnu++14) Undocumented
+Deprecated in favor of -std=gnu++14
 
 std=gnu++14
 C++ ObjC++