]> gcc.gnu.org Git - gcc.git/commitdiff
* c.opt: Add -std=c++14.
authorJason Merrill <jason@redhat.com>
Fri, 7 Mar 2014 16:23:57 +0000 (11:23 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 7 Mar 2014 16:23:57 +0000 (11:23 -0500)
From-SVN: r208404

gcc/c-family/ChangeLog
gcc/c-family/c.opt
gcc/doc/invoke.texi

index 0c22f894aef6196aebb23e8a96ef286ced9ad6d7..6830fd572715cfed2c1dd3fe5303f64812cb3c10 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-07  Jason Merrill  <jason@redhat.com>
+
+       * c.opt: Add -std=c++14.
+
 2014-03-06  Marek Polacek  <polacek@redhat.com>
 
        PR c/60197
index aad54e2cd348500bf30bb8a1cdaed85ec3a22f78..93fb7c25b1de532d6fb0b020c3b384a59f76d442 100644 (file)
@@ -1349,15 +1349,18 @@ Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum
 
 std=c++11
 C++ ObjC++
-Conform to the ISO 2011 C++ standard (experimental and incomplete support)
+Conform to the ISO 2011 C++ standard
 
 std=c++0x
-C++ ObjC++ Alias(std=c++11)
+C++ ObjC++ Alias(std=c++11) Undocumented
 Deprecated in favor of -std=c++11
 
 std=c++1y
 C++ ObjC++
-Conform to the ISO 201y(7?) C++ draft standard (experimental and incomplete support)
+Conform to the ISO 2014(?) C++ draft standard (experimental and incomplete support)
+
+std=c++14
+C++ ObjC++ Alias(std=c++1y) Undocumented
 
 std=c11
 C ObjC
index 4a5caa38cbdf97c90b8e96580c4153f2d89aac58..2ee091aa0fb23a538a71f629bcc0401db41deb59 100644 (file)
@@ -1722,14 +1722,12 @@ C++ code.
 
 @item c++11
 @itemx c++0x
-The 2011 ISO C++ standard plus amendments.  Support for C++11 is still
-experimental, and may change in incompatible ways in future releases.
+The 2011 ISO C++ standard plus amendments.
 The name @samp{c++0x} is deprecated.
 
 @item gnu++11
 @itemx gnu++0x
-GNU dialect of @option{-std=c++11}. Support for C++11 is still
-experimental, and may change in incompatible ways in future releases.
+GNU dialect of @option{-std=c++11}.
 The name @samp{gnu++0x} is deprecated.
 
 @item c++1y
This page took 0.093422 seconds and 5 git commands to generate.