Re: [PATCH] c++, v2: Implement CWG2635 - Constrained structured bindings

2022-11-15 Thread Jason Merrill via Gcc-patches
On 11/13/22 01:50, Jakub Jelinek wrote: On Sat, Nov 12, 2022 at 12:23:56PM +0100, Jakub Jelinek wrote: The following patch implements CWG2635. So far tested on GXX_TESTSUITE_STDS=98,11,14,17,20,2b make check-g++ RUNTESTFLAGS="dg.exp=decomp*" ok for trunk if it passes full bootstrap/regtest and

[PATCH] c++, v2: Implement CWG2635 - Constrained structured bindings

2022-11-13 Thread Jakub Jelinek via Gcc-patches
On Sat, Nov 12, 2022 at 12:23:56PM +0100, Jakub Jelinek wrote: > The following patch implements CWG2635. > > So far tested on > GXX_TESTSUITE_STDS=98,11,14,17,20,2b make check-g++ > RUNTESTFLAGS="dg.exp=decomp*" > ok for trunk if it passes full bootstrap/regtest and it is voted in? Here is anoth