https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124614

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
It'd be nice to first have PR123726 in, so that finish_class_member_access_expr
has that

+          || variable_template_p (name)))

change and then factor out the whole condition into a function, and use it
twice in finish_class_member_access_expr and in check_splice_expr.

Reply via email to