This is the mail archive of the gcc-bugs@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]

[Bug c++/13979] Error message about no matching function for call with derived class arguments could be improved



------- Comment #10 from jason at redhat dot com  2009-08-05 13:42 -------
Subject: Re:  Error message about no matching function for
 call with derived class arguments could be improved

On 08/04/2009 06:42 PM, manu at gcc dot gnu dot org wrote:
> I don't even know if we have different codepaths for those!

We do: if there's a conversion that seems likely but invalid, we build 
it up but set bad_p on it so that we can give a more helpful diagnostic 
when we try to use it.

Jason


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13979


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