diff options
author | Jason Merrill <jason@redhat.com> | 2014-03-11 11:37:12 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2014-03-11 11:37:12 -0400 |
commit | a07f6ed2dd05923f69b8983e1fab767feecd393a (patch) | |
tree | 2f2aaac72c38764024d8f51aca862e719b7c0795 | |
parent | dfd7d2d68b96580180f6d482ffd381913de83ee4 (diff) | |
download | gcc-a07f6ed2dd05923f69b8983e1fab767feecd393a.zip gcc-a07f6ed2dd05923f69b8983e1fab767feecd393a.tar.gz gcc-a07f6ed2dd05923f69b8983e1fab767feecd393a.tar.bz2 |
* c.opt: Add -std=gnu++14.
From-SVN: r208486
-rw-r--r-- | gcc/c-family/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/c-family/c.opt | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 0a3e0ad..e149e60 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -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 diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index 625c3ba..7d0a2cd 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -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) |