re PR bootstrap/49486 (Bootstrap failure)
authorOleg Endo <oleg.endo@t-online.de>
Wed, 28 Sep 2011 21:43:01 +0000 (21:43 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Wed, 28 Sep 2011 21:43:01 +0000 (21:43 +0000)
commit39f2bcb5e15aa41a156ac55a0466aa3bb82bc327
treec47ac32fa9af142e7d2c71a947c4b90e2675ddc7
parent8c850a5a7f5effe37a4a4261cab48375f5a13f7a
re PR bootstrap/49486 (Bootstrap failure)

PR target/49486
* config/sh/sh.md (negdi2): Move expansion into split to
allow more combination options.  Add T_REG clobber.
(abssi2): New expander.
(*negdi2, *abssi2, *negabssi2): New insns.
(cneg): Change from insn to insn_and_split.  Rename to
negsi_cond.  Add alternative for non-SH4.
* gcc.target/sh/pr49468-si.c: New.

From-SVN: r179320
gcc/ChangeLog
gcc/config/sh/sh.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/sh/pr49468-si.c [new file with mode: 0644]