This is the mail archive of the
gcc-bugs@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: <gcc-gnats at gcc dot gnu dot org>,"Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>,<gcc-bugs at gcc dot gnu dot org>
- Cc: <sje at cup dot hp dot com>
- Date: Thu, 16 Jan 2003 09:17:11 +1100
- Subject: Re: bootstrap/9013: [3.3 regression] Bootstrap failure on cygwin in gcc/expr.c:expand_expr
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.