Re: [PATCH] c++: reject concept w/ multiple tparm lists [PR105067]

2022-03-28 Thread Jason Merrill via Gcc-patches
On 3/28/22 09:28, Patrick Palka wrote: We weren't rejecting a concept declared with multiple template parameter lists. Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk? OK. PR c++/105067 gcc/cp/ChangeLog: * pt.cc (finish_concept_definition):

[PATCH] c++: reject concept w/ multiple tparm lists [PR105067]

2022-03-28 Thread Patrick Palka via Gcc-patches
We weren't rejecting a concept declared with multiple template parameter lists. Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk? PR c++/105067 gcc/cp/ChangeLog: * pt.cc (finish_concept_definition): Require that a concept is declared with