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

From-SVN: r208486
This commit is contained in:
Jason Merrill 2014-03-11 11:37:12 -04:00 committed by Jason Merrill
parent dfd7d2d68b
commit a07f6ed2dd
2 changed files with 7 additions and 0 deletions

View 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

View 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)