From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24189 invoked by alias); 15 Oct 2003 18:17:20 -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 24176 invoked by uid 48); 15 Oct 2003 18:17:20 -0000 Date: Wed, 15 Oct 2003 18:17:00 -0000 Message-ID: <20031015181720.24175.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031015180735.12625.nomura@netapp.com> References: <20031015180735.12625.nomura@netapp.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/12625] bitfields which have sizes that are powers of 8 missed by -Wparentheses X-Bugzilla-Reason: CC X-SW-Source: 2003-10/txt/msg01086.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12625 pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 GCC host triplet|i686-pc-linux-gnu | GCC target triplet|i686-pc-linux-gnu | Keywords| |diagnostic Last reconfirmed|0000-00-00 00:00:00 |2003-10-15 18:17:19 date| | Summary|bitfields of size 8 missed |bitfields which have sizes |by -Wparentheses |that are powers of 8 missed | |by -Wparentheses ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-15 18:17 ------- I can confirm this. Also it is not just size 8 that does it as 16 (and 32 on a long long) does it.