debug-1.c: Pass -fno-if-conversion for mmix-knuth-mmixware for the same reason as...
authorHans-Peter Nilsson <hp@bitrange.com>
Mon, 5 Jan 2015 03:43:56 +0000 (03:43 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 5 Jan 2015 03:43:56 +0000 (03:43 +0000)
* gcc.dg/debug/debug-1.c: Pass -fno-if-conversion for
mmix-knuth-mmixware for the same reason as for MIPS.
* gcc.dg/debug/debug-2.c: Ditto.

From-SVN: r219181

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/debug/debug-1.c
gcc/testsuite/gcc.dg/debug/debug-2.c

index 408b501bae0d5c5101ebbcce364d3af3466aca79..1690e7b02242dff8c9dd56b7a4649e0867fd6287 100644 (file)
@@ -1,5 +1,9 @@
 2015-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
 
+       * gcc.dg/debug/debug-1.c: Pass -fno-if-conversion for
+       mmix-knuth-mmixware for the same reason as for MIPS.
+       * gcc.dg/debug/debug-2.c: Ditto.
+
        * gcc.dg/pr42629.c: Only pass scheduling options on scheduling targets.
 
 2015-01-03  John David Anglin  <danglin@gcc.gnu.org>
index 35b5c91b1f33ef5305b587fa033db327c6f11715..d849527d21162c8d4215debc9265e6ef3989ad96 100644 (file)
    these two instructions, removing the last use of P and xyzzy.
 
    Everything is behaving as expected in this scenario, so we avoid
-   using conditional moves for this test.  */
-/* { dg-options "-dA -fno-if-conversion" { target mips*-*-* } } */
+   using conditional moves for this test.
+
+   Similar for MMIX, with the payload insns being "LDO $0,p; ZSNZ $0,$0,2".  */
+/* { dg-options "-dA -fno-if-conversion" { target mips*-*-* mmix-knuth-mmixware } } */
 /* { dg-final { scan-assembler "xyzzy" } } */
 
 long p;
index 1e86f2fc706172e03ff2e203209dfb97ab0645f1..ed69994df556169125833b7d4445f9ea2247dc6a 100644 (file)
@@ -2,7 +2,7 @@
 /* { dg-do compile } */
 /* { dg-options "-dA" } */
 /* See the comment in debug-1.c.  */
-/* { dg-options "-dA -fno-if-conversion" { target mips*-*-* } } */
+/* { dg-options "-dA -fno-if-conversion" { target mips*-*-* mmix-knuth-mmixware } } */
 /* { dg-final { scan-assembler "xyzzy" } } */
 
 long p;