Re: [PATCH] c++: SFINAE-unfriendly error on throwing pointer [PR112436]

2024-02-12 Thread Jason Merrill
On 2/10/24 15:27, Marek Polacek wrote: Probably stage1 material but it should be safe... Bootstrapped/regtested on x86_64-pc-linux-gnu, ok for trunk? Yeah, OK, this should go in along with the 98388 patch. -- >8 -- On the heels of r14-8903, this patch adds further complain parameters so th

[PATCH] c++: SFINAE-unfriendly error on throwing pointer [PR112436]

2024-02-10 Thread Marek Polacek
Probably stage1 material but it should be safe... Bootstrapped/regtested on x86_64-pc-linux-gnu, ok for trunk? -- >8 -- On the heels of r14-8903, this patch adds further complain parameters so that we don't emit "invalid use of incomplete type" from inside a concept. PR c++/112436 gcc/c