On Mon Jul 6, 2026 at 3:19 PM WEST, Marek Polacek wrote: >> + if (TREE_CODE (from) == NULLPTR_TYPE && TYPE_PTR_OR_PTRMEM_P (to)) > > This can be NULLPTR_TYPE_P (from). >
Yeah, that's a better way to check it here, I'll resubmit the patch. Egas
On Mon Jul 6, 2026 at 3:19 PM WEST, Marek Polacek wrote: >> + if (TREE_CODE (from) == NULLPTR_TYPE && TYPE_PTR_OR_PTRMEM_P (to)) > > This can be NULLPTR_TYPE_P (from). >
Yeah, that's a better way to check it here, I'll resubmit the patch. Egas