From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8636 invoked by alias); 8 Nov 2002 21:56: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 8619 invoked by uid 71); 8 Nov 2002 21:56:01 -0000 Date: Fri, 08 Nov 2002 13:56:00 -0000 Message-ID: <20021108215601.8618.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Joe Buck Subject: Re: bootstrap/8146: gcc 3.2 miscompiles gcc 2.95.3 Reply-To: Joe Buck X-SW-Source: 2002-11/txt/msg00434.txt.bz2 List-Id: The following reply was made to PR bootstrap/8146; it has been noted by GNATS. From: Joe Buck To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, prj@po.cwru.edu Cc: Subject: Re: bootstrap/8146: gcc 3.2 miscompiles gcc 2.95.3 Date: Fri, 08 Nov 2002 13:54:38 -0800 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8146 This is fixed on the branch by HJ's patch: 2002-11-07 H.J. Lu Fix bootstrap/8146 and gcc.c-torture/execute/20020307-2.c with -march=i686. * calls.c (PUSH_ARGS_REVERSED): Define only if not defined. * expr.c (PUSH_ARGS_REVERSED): Likewise. * config/i386/i386.h (PUSH_ARGS_REVERSED): Set to 1. Does this bug affect the mainline?