This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC,c++] fix PR 45329, provide information on overload resolution


On 11/19/2010 2:42 PM, Jason Merrill wrote:

> Recently it occurred to me that it would be nice to have an
> -fdump-overload-resolution flag to print out full information about the
> overload resolution logic.  What do you think of that?  I don't suggest
> that instead of this change, but as another possible improvement.

I've thought of that too.  I've also considered the same thing for
template instantiation/matching.  Ideally, the output would be
structured so that it would be machine readable; I've wanted the ability
to build a tool to debug the compile-time code generation process.  So, +1.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]