From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16284 invoked by alias); 30 Apr 2008 20:56:21 -0000 Received: (qmail 16180 invoked by uid 48); 30 Apr 2008 20:55:36 -0000 Date: Wed, 30 Apr 2008 20:56:00 -0000 Message-ID: <20080430205536.16179.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/35657] [4.3] Alignments of DFP types aren't consistent In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hjl dot tools at gmail 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-04/txt/msg02176.txt.bz2 ------- Comment #9 from hjl dot tools at gmail dot com 2008-04-30 20:55 ------- It turns out that __m64 is aligned to 4 byte in the outgoing parameter block and 8 byte elsewhere. We want _Decimal64 to be consistent with __m64, not double/long long. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35657