aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c.opt
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2015-05-09 20:46:34 -0400
committerJason Merrill <jason@gcc.gnu.org>2015-05-09 20:46:34 -0400
commit381bf11ee990736088f97d64e10ed1a406b4e28a (patch)
tree35815ab8940c0ac5c4ada80f193df71ad9519e61 /gcc/c-family/c.opt
parent839473d010e6a62814f18155cd50c9e13ae3b6d6 (diff)
downloadgcc-381bf11ee990736088f97d64e10ed1a406b4e28a.zip
gcc-381bf11ee990736088f97d64e10ed1a406b4e28a.tar.gz
gcc-381bf11ee990736088f97d64e10ed1a406b4e28a.tar.bz2
c.opt (std=c++14): Remove Undocumented flag and experimental warning.
* c.opt (std=c++14): Remove Undocumented flag and experimental warning. (std=gnu++0x): Mark as Undocumented. (std=gnu++1y): Add deprecated message. From-SVN: r222976
Diffstat (limited to 'gcc/c-family/c.opt')
-rw-r--r--gcc/c-family/c.opt7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index e244a6d..343a599 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -1591,8 +1591,8 @@ C++ ObjC++ Alias(std=c++14) Undocumented
Deprecated in favor of -std=c++14
std=c++14
-C++ ObjC++ Undocumented
-Conform to the ISO 2014 C++ standard (experimental and incomplete support)
+C++ ObjC++
+Conform to the ISO 2014 C++ standard
std=c++1z
C++ ObjC++
@@ -1640,11 +1640,12 @@ C++ ObjC++
Conform to the ISO 2011 C++ standard with GNU extensions (experimental and incomplete support)
std=gnu++0x
-C++ ObjC++ Alias(std=gnu++11)
+C++ ObjC++ Alias(std=gnu++11) Undocumented
Deprecated in favor of -std=gnu++11
std=gnu++1y
C++ ObjC++ Alias(std=gnu++14) Undocumented
+Deprecated in favor of -std=gnu++14
std=gnu++14
C++ ObjC++