]> git.ipfire.org Git - thirdparty/gcc.git/commit
Patch from David Mosberger to fix 32 host cross 64 target bug.
authorDavid Mosberger <davidm@hpl.hp.com>
Mon, 14 Jun 1999 13:10:29 +0000 (13:10 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 14 Jun 1999 13:10:29 +0000 (06:10 -0700)
commit2e8f9abf1701a94e8dd09384faf2777455333f20
tree3539a1dcbd89df0f0c705a28344d912747c18faf
parent69c9f0fbbc6e5f16d86473b0cc68b139ca49c08b
Patch from David Mosberger to fix 32 host cross 64 target bug.

        * combine.c (simplify_logical, case AND): Only call
        simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
or the constant is positive.

From-SVN: r27517
gcc/ChangeLog
gcc/combine.c