Commit a07f6ed2 by Jason Merrill Committed by Jason Merrill

* c.opt: Add -std=gnu++14.

From-SVN: r208486
parent dfd7d2d6
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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment