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: [C++] Weffc++/Wnon-virtual-dtor confusion


On 04/04/14 18:33, Nathan Sidwell wrote:

I'm testing a patch that makes the test in the loop:

       if (TREE_PUBLIC (base_binfo)

Hm, binfo's aren't noted that way, it's encoded in BINFO_ACCESS and SET_BINFO_ACCESS in search.c. We'd need to move those back to cp.h or expose an interface in search.c. This is looking like a rat hole ...

nathan


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