This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/9013: [3.3 regression] Bootstrap failure on cygwin in gcc/expr.c:expand_expr
- From: "Billinghurst, David \(CRTS\)" <David dot Billinghurst at riotinto dot com>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 15 Jan 2003 22:26:01 -0000
- Subject: Re: bootstrap/9013: [3.3 regression] Bootstrap failure on cygwin in gcc/expr.c:expand_expr
- Reply-to: "Billinghurst, David \(CRTS\)" <David dot Billinghurst at riotinto dot com>
The following reply was made to PR bootstrap/9013; it has been noted by GNATS.
From: "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
To: <gcc-gnats@gcc.gnu.org>,
"Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>,
<gcc-bugs@gcc.gnu.org>
Cc: <sje@cup.hp.com>
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 <sje@cup.hp.com>
* 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.