]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* c.opt: Add -std=gnu++14.
authorJason Merrill <jason@redhat.com>
Tue, 11 Mar 2014 15:37:12 +0000 (11:37 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 11 Mar 2014 15:37:12 +0000 (11:37 -0400)
From-SVN: r208486

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

index 0a3e0ad25c2c92633d0ad7d7cd2834afa55820d2..e149e60d5ec583de5b3a95f717452b6203c18292 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-11  Jason Merrill  <jason@redhat.com>
+
+       * c.opt: Add -std=gnu++14.
+
 2014-03-11  Ian Bolton  <ian.bolton@arm.com>
 
        * c-opts.c (c_common_post_options): Don't override
index 625c3ba323629559c95cdf2dd24398bf1d835663..7d0a2cd4ac6e6605cc3b2e2ade495c09fc1c8cd1 100644 (file)
@@ -1408,6 +1408,9 @@ std=gnu++1y
 C++ ObjC++
 Conform to the ISO 201y(7?) C++ draft standard with GNU extensions (experimental and incomplete support)
 
+std=gnu++14
+C++ ObjC++ Alias(std=gnu++1y) Undocumented
+
 std=gnu11
 C ObjC
 Conform to the ISO 2011 C standard with GNU extensions (experimental and incomplete support)