From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16238 invoked by alias); 18 Feb 2010 20:50:14 -0000 Received: (qmail 16065 invoked by uid 48); 18 Feb 2010 20:50:01 -0000 Date: Thu, 18 Feb 2010 20:50:00 -0000 Message-ID: <20100218205001.16063.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/39170] cannot silence -Wconversion warnings for bit-fields In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "Zachary_Deretsky at mentor dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-02/txt/msg01865.txt.bz2 ------- Comment #8 from Zachary_Deretsky at mentor dot com 2010-02-18 20:50 ------- With -Wconversion for the assignment to bitfields gcc 4.4.2 gives a warning, which is impossible to fix. This BUG (I hope everybody agrees it is a BUG) gives us a lot of trouble while porting our code (45 developers, 7 year history) from 4.2.4 to 4.4.2 We spent a lot of effort to make our code clean with -Wshadow -Wconversion -Wall -Werror flags and now our only choice is to remove -Wconversion. Please assign and fix this ASAP. Thank you, Zach. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39170