Re: [C++ Patch] PR 58878
OK. Jason
[C++ Patch] PR 58878
Hi, here the issue is that we fail to detect shadowing declarations in inline member function templates. The reason is the following check in check_template_shadow: if (decl == olddecl - || TEMPLATE_PARMS_FOR_INLINE (current_template_parms)) + || (DECL_TEMPLATE_PARM_P (decl) +