Re: [PATCH] c++: Remove CHECK_CONSTR

2024-07-22 Thread Jason Merrill
On 7/22/24 4:45 PM, Jakub Jelinek wrote: Hi! On Mon, Jul 22, 2024 at 11:48:51AM -0400, Patrick Palka wrote: FWIW this tree code seems to be a vestige of the initial Concepts TS implementation and is effectively unused, we can remove it outright. Here is a patch which removes that. Bootstrapp

[PATCH] c++: Remove CHECK_CONSTR

2024-07-22 Thread Jakub Jelinek
Hi! On Mon, Jul 22, 2024 at 11:48:51AM -0400, Patrick Palka wrote: > FWIW this tree code seems to be a vestige of the initial Concepts TS > implementation and is effectively unused, we can remove it outright. Here is a patch which removes that. Bootstrapped/regtested on x86_64-linux and i686-lin