This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]