re PR other/19696 (gcc.c-torture/execute/ieee/copysign1.c: Unsatisfied symbols: copys...
authorRichard Henderson <rth@redhat.com>
Mon, 31 Jan 2005 04:00:55 +0000 (20:00 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 31 Jan 2005 04:00:55 +0000 (20:00 -0800)
commit8c55a142cd37140dbaaab358404bfdbacd996f8b
tree09297aae3d1ed64cda21964266a1ed1cea3ea1b8
parent6fc98adf766d2ce6179d8d7a165d101c8fc00391
re PR other/19696 (gcc.c-torture/execute/ieee/copysign1.c: Unsatisfied symbols: copysignl)

        PR 19696
        * optabs.c (expand_absneg_bit): Split out from expand_unop and
        expand_abs_nojump and generalize.  Use operand_subword and
        emit_no_conflict_block.  Support large modes.
        (expand_abs_nojump): Use it.  Use HONOR_SIGNED_ZEROS to fall
        back to maximum.
        (expand_unop): Likewise.  Use HONOR_SIGNED_ZEROS to fall back
        negation to subtraction.
        (expand_copysign): Check that the format has signed zeros.
        Use operand_subword and emit_no_conflict_block.  Support large modes.

From-SVN: r94465
gcc/ChangeLog
gcc/optabs.c