From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2152 invoked by alias); 15 Jan 2003 22:26:03 -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 2082 invoked by uid 71); 15 Jan 2003 22:26:01 -0000 Date: Wed, 15 Jan 2003 22:26:00 -0000 Message-ID: <20030115222601.2080.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "Billinghurst, David \(CRTS\)" Subject: Re: bootstrap/9013: [3.3 regression] Bootstrap failure on cygwin in gcc/expr.c:expand_expr Reply-To: "Billinghurst, David \(CRTS\)" X-SW-Source: 2003-01/txt/msg00984.txt.bz2 List-Id: The following reply was made to PR bootstrap/9013; it has been noted by GNATS. From: "Billinghurst, David (CRTS)" To: , "Billinghurst, David (CRTS)" , Cc: Subject: Re: bootstrap/9013: [3.3 regression] Bootstrap failure on cygwin in gcc/expr.c:expand_expr Date: Thu, 16 Jan 2003 09:17:11 +1100 The patch responsible for this regression is 2002-12-09 Steve Ellcey * doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove = definition. * defaults.h (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove = definition. * calls.c (store_unaligned_arguments_into_pseudos) Remove FUNCTION_ARG_REG_LITTLE_ENDIAN. * stmt.c (expand_return): Ditto. * expr.c (move_block_from_reg): Ditto. (copy_blkmode_from_reg): Ditto. * expmed.c (store_bit_field): Ditto. This patch went in just before the gcc-3.3 branch. The problem is no = longer present in mainline CVS.