simplify-rtx.c (simplify_binary_operation): If gen_lowpart_common fails, use gen_lowp...
authorJakub Jelinek <jakub@redhat.com>
Thu, 3 Jan 2002 17:24:13 +0000 (18:24 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 3 Jan 2002 17:24:13 +0000 (18:24 +0100)
commitcb1ac742b7b90852e06830b79ba1e6daa47cecb5
tree7688e1c97e6e18596cf660ee027a1f4b6c653c20
parent61d951df7bad54499674bbc6e748abb6616b15f8
simplify-rtx.c (simplify_binary_operation): If gen_lowpart_common fails, use gen_lowpart_SUBREG.

* simplify-rtx.c (simplify_binary_operation) [DIV]: If
gen_lowpart_common fails, use gen_lowpart_SUBREG.

* gcc.c-torture/compile/20020103-1.c: New test.

From-SVN: r48514
gcc/ChangeLog
gcc/simplify-rtx.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20020103-1.c [new file with mode: 0644]