Commit e78e50d5 by Marek Polacek

c++: Add -std=gnu++20 option [PR93958]

One missing bit from r10-6656.  The docs and target-supports.exp
already handle -std=gnu++20.

2020-03-02  Marek Polacek  <polacek@redhat.com>

	PR c++/93958 - add missing -std=gnu++20.
	* c.opt: Add -std=gnu++20.
parent f3c276ae
2020-03-02 Marek Polacek <polacek@redhat.com>
PR c++/93958 - add missing -std=gnu++20.
* c.opt: Add -std=gnu++20.
2020-03-01 Martin Sebor <msebor@redhat.com> 2020-03-01 Martin Sebor <msebor@redhat.com>
PR c++/92721 PR c++/92721
......
...@@ -2149,7 +2149,11 @@ Conform to the ISO 2017 C++ standard with GNU extensions. ...@@ -2149,7 +2149,11 @@ Conform to the ISO 2017 C++ standard with GNU extensions.
std=gnu++2a std=gnu++2a
C++ ObjC++ C++ ObjC++
Conform to the ISO 2020(?) C++ draft standard with GNU extensions (experimental and incomplete support). Conform to the ISO 2020 C++ draft standard with GNU extensions (experimental and incomplete support).
std=gnu++20
C++ ObjC++ Alias(std=gnu++2a)
Conform to the ISO 2020 C++ draft standard with GNU extensions (experimental and incomplete support).
std=gnu11 std=gnu11
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