OSDN Git Service

Patch from David Mosberger to fix 32 host cross 64 target bug.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jun 1999 13:10:29 +0000 (13:10 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jun 1999 13:10:29 +0000 (13:10 +0000)
commitcfb142201b9a19bb0503932cf361161c00965929
tree3539a1dcbd89df0f0c705a28344d912747c18faf
parent5d094ec9ef82a0dc0bb23d88ff0ff8a4dc1a7daf
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27517 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine.c