Re: [PATCH] c++: convert_to_void during requires-expr partial subst [PR118060]

2025-01-08 Thread Jason Merrill
On 12/17/24 11:04 AM, Patrick Palka wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk/14/13? OK. -- >8 -- Here during partial substitution of the requires-expression (as part of CTAD constraint rewriting) we segfault from the INDIRECT_REF case of convert_t

Re: [PATCH] c++: convert_to_void during requires-expr partial subst [PR118060]

2025-01-08 Thread Patrick Palka
On Tue, Dec 17, 2024 at 11:04 AM Patrick Palka wrote: > > Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK > for trunk/14/13? Ping. > > -- >8 -- > > Here during partial substitution of the requires-expression (as part of > CTAD constraint rewriting) we segfault from the INDIR