From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8261 invoked by alias); 26 Feb 2003 11:26:01 -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 8245 invoked by uid 71); 26 Feb 2003 11:26:00 -0000 Date: Wed, 26 Feb 2003 11:26:00 -0000 Message-ID: <20030226112600.8244.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Mark Subject: Re: target/9290: [ia32] incorrect alignment when Reply-To: Mark X-SW-Source: 2003-02/txt/msg01369.txt.bz2 List-Id: The following reply was made to PR target/9290; it has been noted by GNATS. From: Mark To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, mark@cal005304.student.utwente.nl, nobody@gcc.gnu.org Cc: Subject: Re: target/9290: [ia32] incorrect alignment when Date: Wed, 26 Feb 2003 12:21:20 +0100 I was under the assumption alignment was supposed to work in functions except in main. Apparently functions called from main do not align the stack, but the next level of nesting does. It is not a bug in gcc, please close the report.