From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13444 invoked by alias); 23 Oct 2008 23:23:19 -0000 Received: (qmail 13216 invoked by uid 48); 23 Oct 2008 23:21:57 -0000 Date: Thu, 23 Oct 2008 23:23:00 -0000 Message-ID: <20081023232157.13215.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/37882] [4.3/4.4 Regression] Bitfield miscompilation In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "eric dot weddington at atmel 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: 2008-10/txt/msg01554.txt.bz2 ------- Comment #6 from eric dot weddington at atmel dot com 2008-10-23 23:21 ------- New test case fails for AVR target, as test case assumes that an integer is 32-bits. An integer on the AVR is 16 bits and the test case fails for -O[0123s] with: /gcc/testsuite/gcc.c-torture/execute/pr37882.c:5: error: width of 'a' exceeds its type -- eric dot weddington at atmel dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37882