On 12/12/25 10:20 PM, Jakub Jelinek wrote:
On Fri, Dec 12, 2025 at 07:07:15AM +0700, Jason Merrill wrote:It could be done for non-member_access_p too, I just think it will never be non-NULL otherwise.Right, so adding the parm seems unnecessary.It is still needed. After Marek's patch it isn't used for the parser->context->object_type temporary override, but it is used in the BASELINK addition code.
Can that depend on object_type being set when entering the function? Jason
