On 11/12/24 2:55 AM, Richard Biener wrote:
On Mon, Nov 11, 2024 at 5:33 PM Jason Merrill <ja...@redhat.com> wrote:Don't you need to adjust cp_common_init_ts () as well for this? Oddly enough PTRMEM_CST is already TS_TYPED there and others are not adjusted at all.
Right, this patch fixed the type definitions to match cp_common_init_ts. Jason