On Sat, Mar 31, 2018 at 2:24 AM, Alexandre Oliva <aol...@redhat.com> wrote: > On Mar 30, 2018, Jason Merrill <ja...@redhat.com> wrote: > >> I don't think we need this; if arg is overloaded, we take the >> type_unknown_p early exit, so the code lower down is always dealing >> with a single function. > > Aah, that's why it seemed to me that we had already resolved overloads > when we got there. > > As a bonus, I added the tf_conv test before another mark_used call I'd > missed in the previous patch.
What if we check tf_conv in mark_used itself rather than at all the call sites? Jason