From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4239 invoked by alias); 11 Dec 2008 23:05:19 -0000 Received: (qmail 25376 invoked by uid 48); 11 Dec 2008 23:02:41 -0000 Date: Thu, 11 Dec 2008 23:05:00 -0000 Message-ID: <20081211230241.25375.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/38496] Gcc misaligns arrays when stack is forced follow the x8632 ABI In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" 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-12/txt/msg01260.txt.bz2 ------- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-11 23:02 ------- aligning the stack to 16 bytes is complaint. > generates double precision arrays that are not aligned to 8-byte boundaries That is ok. There is no interoperability here really. >This is a problem when interacting with compilers that are ABI-compliant. Not really. Can you show where it is an issue because right now you have not given enough information to show there is an ABI issue. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Component|fortran |target GCC target triplet| |i?86-*-* Keywords| |ABI http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38496