predicates.md (general_movsrc_operand): Return 0 for memory and memory subreg of...
authorKaz Kojima <kkojima@gcc.gnu.org>
Thu, 2 Jun 2011 22:26:42 +0000 (22:26 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Thu, 2 Jun 2011 22:26:42 +0000 (22:26 +0000)
commita700b5f073c45564f513ff035b2c0d5fb0edfaa0
tree4d23397d21aeaa5440d07cc7bdf414f59f96eea0
parent76015c34a97c58e6e6fb058f8d34a5be56d3a713
predicates.md (general_movsrc_operand): Return 0 for memory and memory subreg of which address is an invalid indexed...

* config/sh/predicates.md (general_movsrc_operand): Return 0
for memory and memory subreg of which address is an invalid
indexed address for QI and HImode.
(general_movdst_operand): Likewise.
* gcc.c-torture/compile/pr49163.c: New.

From-SVN: r174586
gcc/ChangeLog
gcc/config/sh/predicates.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr49163.c [new file with mode: 0644]