Re: [PATCH, v2] c++: Implement C++23 P2334R1 - #elifdef/#elifndef

2021-10-05 Thread Jason Merrill via Gcc-patches
On 10/5/21 16:24, Jakub Jelinek wrote: On Tue, Oct 05, 2021 at 05:23:26PM +, Joseph Myers wrote: One is in the patch below, ignores that sentence and only implements it for -std=c++23/-std=gnu++23 like it is only implemented for -std=c23. Another option would be to implement it also in the o

[PATCH, v2] c++: Implement C++23 P2334R1 - #elifdef/#elifndef

2021-10-05 Thread Jakub Jelinek via Gcc-patches
On Tue, Oct 05, 2021 at 05:23:26PM +, Joseph Myers wrote: > > One is in the patch below, ignores that sentence and only implements it > > for -std=c++23/-std=gnu++23 like it is only implemented for -std=c23. > > Another option would be to implement it also in the older GNU modes but > > not in