* c.opt: Add -std=gnu++14.
From-SVN: r208486
This commit is contained in:
parent
dfd7d2d68b
commit
a07f6ed2dd
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user