This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/19968] [3.3/3.4/4.0/4.1 Regression] Warning omitted for non-derived classes
- From: "aoliva at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Mar 2005 21:36:36 -0000
- Subject: [Bug c++/19968] [3.3/3.4/4.0/4.1 Regression] Warning omitted for non-derived classes
- References: <20050215012640.19968.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From aoliva at gcc dot gnu dot org 2005-03-02 21:36 -------
I think this is correct behavior. Without inheritance, the struct is POD, so
different rules apply.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19968