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 libstdc++/81359] [7 Regression] bogus error: constructor required before non-static data member for ‘Foo::Bar::test’ has been parsed


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81359

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Aug 10 19:55:48 2017
New Revision: 251036

URL: https://gcc.gnu.org/viewcvs?rev=251036&root=gcc&view=rev
Log:
        PR c++/81359 - Unparsed NSDMI error from SFINAE context.

        * method.c (synthesized_method_walk): Don't diagnose lack of
        operator delete.

Added:
    trunk/gcc/testsuite/g++.dg/inherit/vdtor1.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/method.c

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