aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/c-family/ChangeLog4
-rw-r--r--gcc/c-family/c.opt3
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)