From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9339 invoked by alias); 10 Oct 2002 18:13:36 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 9320 invoked by uid 61); 10 Oct 2002 18:13:36 -0000 Date: Thu, 10 Oct 2002 11:13:00 -0000 Message-ID: <20021010181336.9319.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, ryants@home.com From: hubicka@gcc.gnu.org Reply-To: hubicka@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, ryants@home.com, gcc-gnats@gcc.gnu.org Subject: Re: c++/3299: __attribute__((aligned(16))) seems to be ignored on x86 X-SW-Source: 2002-10/txt/msg00396.txt.bz2 List-Id: Synopsis: __attribute__((aligned(16))) seems to be ignored on x86 State-Changed-From-To: open->closed State-Changed-By: hubicka State-Changed-When: Thu Oct 10 11:13:35 2002 State-Changed-Why: This is runtime problem that missaligns stack frame of function main. You need to update to runtime compiled with gcc 3.0+ or not use aligned data in the function main (gcc aligns outgoing frame so the called functions will be aligned properly) http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3299