From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1881 invoked by alias); 11 Dec 2008 23:29:57 -0000 Received: (qmail 1156 invoked by uid 48); 11 Dec 2008 23:28:36 -0000 Date: Thu, 11 Dec 2008 23:29:00 -0000 Message-ID: <20081211232836.1155.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/msg01275.txt.bz2 ------- Comment #5 from pinskia at gcc dot gnu dot org 2008-12-11 23:28 ------- GCC can and will realign the loop in 4.4 and above if the function needs a bigger alignment than the required 4 byte. So again I don't see any issues here really. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38496