From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24362 invoked by alias); 19 Feb 2007 12:19:54 -0000 Received: (qmail 24332 invoked by uid 48); 19 Feb 2007 12:19:44 -0000 Date: Mon, 19 Feb 2007 12:19:00 -0000 Message-ID: <20070219121944.24331.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/30826] alignment error when optimizing with inlining In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "michael dot haubenwallner at salomon dot at" 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: 2007-02/txt/msg02189.txt.bz2 ------- Comment #8 from michael dot haubenwallner at salomon dot at 2007-02-19 12:19 ------- (In reply to comment #5) > it says that aggregates larger than 256 bytes (mallinfo is > 320 bytes), This should be counted in _bits_, not bytes ? 'struct mallinfo' has 40 bytes, 10 * int32_t, 320 _bits_. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30826