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++ Patch] PR 34927


Hi,

> This seems like it will only complain once per translation unit about virtual destructors.

Oops, sorry, but this specific issue could be solved rather easily by not using a static, right?

>  How about instead of this flag, we look at which variant it is and only complain about one of them, perhaps the base?

Yes, isn't simply not using a static a rather straightforward alternative?

Paolo


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