Re: [PATCH v2] c++: Add support for -std=c++2b

2021-01-24 Thread Paul Fee via Gcc-patches
On Tue, Jan 19, 2021 at 11:28 PM Jason Merrill wrote: > > On 1/10/21 7:28 PM, Paul Fee via Gcc-patches wrote: > > [PATCH v2] c++: Add support for -std=c++2b > > Thanks! > > This patch was corrupted by word wrap, so it won't apply; if you can't > suppress word wrap in yo

Re: [PATCH v2] c++: Add support for -std=c++2b

2021-01-19 Thread Jason Merrill via Gcc-patches
On 1/10/21 7:28 PM, Paul Fee via Gcc-patches wrote: [PATCH v2] c++: Add support for -std=c++2b Thanks! This patch was corrupted by word wrap, so it won't apply; if you can't suppress word wrap in your mail client, please send the patch as an attachment instead. Also remember to use git

[PATCH v2] c++: Add support for -std=c++2b

2021-01-10 Thread Paul Fee via Gcc-patches
[PATCH v2] c++: Add support for -std=c++2b Derived from the changes that added C++2a support in 2017. https://gcc.gnu.org/g:026a79f70cf33f836ea5275eda72d4870a3041e5 No C++2b features are added here. Use of -std=c++2b sets __cplusplus to 202100L. $ g++ -std=c++2b -dM -E -x c++ - < /dev/n