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
This commit is contained in:
Jason Merrill 2015-05-09 20:46:34 -04:00 committed by Jason Merrill
parent 839473d010
commit 381bf11ee9
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2015-05-09 Jason Merrill <jason@redhat.com>
* c.opt (std=c++14): Remove Undocumented flag and experimental warning.
(std=gnu++0x): Mark as Undocumented.
(std=gnu++1y): Add deprecated message.
2015-05-08 Jason Merrill <jason@redhat.com>
* c.opt (Wc++11-compat): Make primary. Rename var warn_cxx11_compat.

View File

@ -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++