Commit 95979049 by Marek Polacek Committed by Marek Polacek

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
parent 0dd7c0b8
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> 2015-10-19 Jason Merrill <jason@redhat.com>
* c-cppbuiltin.c (c_cpp_builtins): Define * c-cppbuiltin.c (c_cpp_builtins): Define
......
...@@ -1694,7 +1694,7 @@ corrigendum with GNU extensions ...@@ -1694,7 +1694,7 @@ corrigendum with GNU extensions
std=gnu++11 std=gnu++11
C++ ObjC++ 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 std=gnu++0x
C++ ObjC++ Alias(std=gnu++11) Undocumented C++ ObjC++ Alias(std=gnu++11) Undocumented
...@@ -1706,7 +1706,7 @@ Deprecated in favor of -std=gnu++14 ...@@ -1706,7 +1706,7 @@ Deprecated in favor of -std=gnu++14
std=gnu++14 std=gnu++14
C++ ObjC++ 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 std=gnu++1z
C++ ObjC++ C++ ObjC++
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment