From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1901 invoked by alias); 16 Jun 2009 16:30:17 -0000 Received: (qmail 1778 invoked by uid 48); 16 Jun 2009 16:30:04 -0000 Date: Tue, 16 Jun 2009 16:30:00 -0000 Message-ID: <20090616163004.1777.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/28763] wrong size of struct with some bit-fields on ppc-eabi In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mcvick_e at iname 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: 2009-06/txt/msg01083.txt.bz2 ------- Comment #10 from mcvick_e at iname dot com 2009-06-16 16:30 ------- The __attribute__ mechanism works in 4.0.1, but was broken in the 4.3 series. I wanted to clarify this as I think it's an important hint as to the root cause of the problem. In 4.0.1, packing and aligning worked via __attribute__ in 4.3.2, packing and aligning is broken. -- mcvick_e at iname dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28763