]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/39153 (virtual default dtor not defined)
authorJason Merrill <jason@redhat.com>
Thu, 12 Feb 2009 02:01:07 +0000 (21:01 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 12 Feb 2009 02:01:07 +0000 (21:01 -0500)
commitbff54b198738a1abe0aa043beda37794c040e604
treea4bc695b6e1383f25859570fa7dca93a6ce5d072
parentc8619fe9649b315e9f816ab3027fc576cc3f9ed0
re PR c++/39153 (virtual default dtor not defined)

        PR c++/39153
        * decl2.c (cp_write_global_declarations):
        Check DECL_DEFAULTED_FN, not DECL_ARTIFICIAL.

From-SVN: r144119
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/defaulted9.C [new file with mode: 0644]