re PR rtl-optimization/19683 (MIPS wrong-code for 64-bit multiply.)
authorRichard Sandiford <rsandifo@redhat.com>
Mon, 7 Mar 2005 17:48:46 +0000 (17:48 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 7 Mar 2005 17:48:46 +0000 (17:48 +0000)
commit1de80b0e69dfca5d6cb8c0bdd7398699a4b05557
treeea4a59df52b4f25a495d4dd6f14323f494f44138
parent21b2340908ecd93806e3928ad3ceff208b2e0573
re PR rtl-optimization/19683 (MIPS wrong-code for 64-bit multiply.)

PR rtl-optimization/19683
* reload1.c (choose_reload_regs): Pass the number of bits, not the
number of bytes, to smallest_int_for_mode.  Fix arguments to
REG_CANNOT_CHANGE_MODE_P.

From-SVN: r96033
gcc/ChangeLog
gcc/reload1.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr19683-1.c [new file with mode: 0644]