re PR c++/21347 (spurious warning with -Wctor-dtor-privacy)
authorMark Mitchell <mark@codesourcery.com>
Sat, 15 Oct 2005 18:13:25 +0000 (18:13 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 15 Oct 2005 18:13:25 +0000 (18:13 +0000)
commit550d1bf420954b9e7dbf2695b6fd42b329d91604
tree911c19a09bf32bbd85e9a71c0ab49c394c165f57
parentb27cedc6118a669f16a441f2ac287b72e7f8ccac
re PR c++/21347 (spurious warning with -Wctor-dtor-privacy)

PR c++/21347
* class.c (maybe_warn_about_overly_private_class): Lazy
constructors are public.
PR c++/21347
* g++.dg/warn/Wctor-dtor.C: New test.

From-SVN: r105441
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/warn/Wctor-dtor.C [new file with mode: 0644]