re PR middle-end/9009 (floating-point negate and abs optimizations incorrect for...
authorRoger Sayle <roger@eyesopen.com>
Wed, 15 Jan 2003 17:32:38 +0000 (17:32 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Wed, 15 Jan 2003 17:32:38 +0000 (17:32 +0000)
commit9ee0a4426da5d2664a2bf75b4fb7e36dded7f230
treec62a976a42c04eee74b528e74a2cf9263b1298d3
parente3981aabf2789a22086f81899a1bf8e8d090b020
re PR middle-end/9009 (floating-point negate and abs optimizations incorrect for ARM)

PR middle-end/9009
* optabs.c (expand_unop):  When manipulating the FP sign bit
using integer operations, account for targets with different
integer and FP word orders.
(expand_abs): Likewise.

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