This patch disables the movsicc pattern in the M32R backend, which is repsonsible for the failure of several gcc testsuite entries.

2020-06-05  Nick Clifton  <nickc@redhat.com>

gcc/
	* config/m32r/m32r.md (movsicc): Disable pattern.
This commit is contained in:
Nick Clifton 2020-06-25 16:48:34 +01:00
parent 27a6802011
commit 20f466326c

View File

@ -2162,6 +2162,12 @@
""
"
{
/* FIXME: This expansion is hold over from a failed conversion of this
port away from using cc0. It still relies upon the last comparison
being the one that is now tested. Disabled for now in order to
improve the generation of working code. */
FAIL;
if (! zero_and_one (operands [2], operands [3]))
FAIL;