Re: [C++ Patch] PR 58878

2013-10-25 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 58878

2013-10-25 Thread Paolo Carlini
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) +