summaryrefslogtreecommitdiff
path: root/gcc/c-family/c.opt
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2014-03-07 16:23:57 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2014-03-07 16:23:57 +0000
commit3f6dba6e7c5243d00400d7c059eef0f3bd99daff (patch)
tree517846723a81e7fabd7c2b5a4521d8d79275e699 /gcc/c-family/c.opt
parent30510c702fb70d0d685fc66b2235326372176448 (diff)
downloadgcc-3f6dba6e7c5243d00400d7c059eef0f3bd99daff.tar.gz
* c.opt: Add -std=c++14.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208404 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-family/c.opt')
-rw-r--r--gcc/c-family/c.opt9
1 files changed, 6 insertions, 3 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index aad54e2cd34..93fb7c25b1d 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -1349,15 +1349,18 @@ Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum
std=c++11
C++ ObjC++
-Conform to the ISO 2011 C++ standard (experimental and incomplete support)
+Conform to the ISO 2011 C++ standard
std=c++0x
-C++ ObjC++ Alias(std=c++11)
+C++ ObjC++ Alias(std=c++11) Undocumented
Deprecated in favor of -std=c++11
std=c++1y
C++ ObjC++
-Conform to the ISO 201y(7?) C++ draft standard (experimental and incomplete support)
+Conform to the ISO 2014(?) C++ draft standard (experimental and incomplete support)
+
+std=c++14
+C++ ObjC++ Alias(std=c++1y) Undocumented
std=c11
C ObjC