]> git.ipfire.org Git - thirdparty/gcc.git/commit
- Revert the previous patch:
authorMatthias Klose <doko@debian.org>
Thu, 29 Apr 2004 05:49:12 +0000 (05:49 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Thu, 29 Apr 2004 05:49:12 +0000 (05:49 +0000)
commitf40e678a2c9867935dd502ac7bb4d9fd9177155a
tree53f03c055fe2903cb2c20c217820c1d586ec8f6c
parentd5fea360cc0327981bace19e67c14211f5c770b4
- Revert the previous patch:

        * expr.c (expand_expr_real) <NOP_EXPR>: Return a new
        pseudo when converting from a sub-word source to a
        larger-than-word register which conflicts with the source.

- Checkin the updated patch:
        * expr.c (convert_move): Copy the source to a new pseudo
        when converting from a sub-word source to a larger-than-word
        register which conflicts with the source.

From-SVN: r81275
gcc/ChangeLog
gcc/expr.c