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++/66443] virtual base of abstract class


On 07/08/2015 10:50 AM, Nathan Sidwell wrote:
On 06/30/15 19:21, Nathan Sidwell wrote:
On 06/30/15 00:19, Jason Merrill wrote:
On 06/29/2015 06:57 PM, Nathan Sidwell wrote:
    * method.c (synthesized_method_walk): Skip virtual bases of
    abstract classes in C++14 mode.

Let's not limit this to C++14 mode; most DRs apply to earlier
standards as well.

curiously opening it up leads to some test failures related to
determining the exception specifier for implicit ctors and dtors.  Not
had time to investigate that yet ...

If C++98 mode is problematic, we can limit this to C++11 and up.

Jason


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