From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23731 invoked by alias); 2 Feb 2004 17:02:06 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 23714 invoked by uid 48); 2 Feb 2004 17:02:05 -0000 Date: Mon, 02 Feb 2004 17:02:00 -0000 Message-ID: <20040202170205.23710.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040202165443.13983.bkramer@ciprico.com> References: <20040202165443.13983.bkramer@ciprico.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/13983] no warning on some non-POD struct with packed attribute X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg00193.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-02 17:02 ------- Actually the warning is correct, the problem is that the warning is not on the other structs for some reason when it should be as non-POD's ignore the packed attribute. -- What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Status|UNCONFIRMED |NEW Ever Confirmed| |1 Keywords| |diagnostic Last reconfirmed|0000-00-00 00:00:00 |2004-02-02 17:02:03 date| | Summary|packed attribute does not |no warning on some non-POD |take effect when using |struct with packed attribute |typedef | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13983