aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2015-10-20 14:51:34 +0000
committerMarek Polacek <mpolacek@gcc.gnu.org>2015-10-20 14:51:34 +0000
commit9597904945c7e1df731080b3c0c72e7dc1f7c2ea (patch)
tree093b0fc0f71275bd274a116d3a211782a925aed4 /gcc
parent0dd7c0b838d215a811b7e6b47a4b9282d8d10ec8 (diff)
downloadgcc-9597904945c7e1df731080b3c0c72e7dc1f7c2ea.zip
gcc-9597904945c7e1df731080b3c0c72e7dc1f7c2ea.tar.gz
gcc-9597904945c7e1df731080b3c0c72e7dc1f7c2ea.tar.bz2
c.opt (std=gnu++11): Do not describe as experimental.
* c.opt (std=gnu++11): Do not describe as experimental. (std=gnu++14): Likewise. From-SVN: r229081
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-family/ChangeLog5
-rw-r--r--gcc/c-family/c.opt4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 46a6d74..f6f5e7c 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,8 @@
+2015-10-20 Marek Polacek <polacek@redhat.com>
+
+ * c.opt (std=gnu++11): Do not describe as experimental.
+ (std=gnu++14): Likewise.
+
2015-10-19 Jason Merrill <jason@redhat.com>
* c-cppbuiltin.c (c_cpp_builtins): Define
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index c62eefb..ae8f775 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -1694,7 +1694,7 @@ corrigendum with GNU extensions
std=gnu++11
C++ ObjC++
-Conform to the ISO 2011 C++ standard with GNU extensions (experimental and incomplete support)
+Conform to the ISO 2011 C++ standard with GNU extensions
std=gnu++0x
C++ ObjC++ Alias(std=gnu++11) Undocumented
@@ -1706,7 +1706,7 @@ Deprecated in favor of -std=gnu++14
std=gnu++14
C++ ObjC++
-Conform to the ISO 2014 C++ standard with GNU extensions (experimental and incomplete support)
+Conform to the ISO 2014 C++ standard with GNU extensions
std=gnu++1z
C++ ObjC++