This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17519] [3.4/4.0/4.1 Regression] Warning for array of packed non-POD in packed struct
- From: "mmitchel at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Oct 2005 22:55:41 -0000
- Subject: [Bug c++/17519] [3.4/4.0/4.1 Regression] Warning for array of packed non-POD in packed struct
- References: <bug-17519-3259@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from mmitchel at gcc dot gnu dot org 2005-10-30 22:55 -------
Leaving as P2; we should at least try to figure out whether we really want to
give a warning here.
(I suspect we may end up closing this PR as INVALID, because the non-PODness
does affect things -- like whether the value is passed by reference or not when
calling a function. But, I haven't thought hard enough to say for sure.)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17519