]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PR testsuite/118055] Trivial testsuite adjustment for m68k target
authorJeff Law <jlaw@ventanamicro.com>
Tue, 7 Jan 2025 14:43:19 +0000 (07:43 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Tue, 7 Jan 2025 14:44:40 +0000 (07:44 -0700)
After a bit of a prod from Hans...

Make the obvious change to these tests to get them passing again on m68k.

PR testsuite/118055

gcc/testsuite

* gcc.dg/tree-ssa/pr83403-1.c: Add m68k*-*-* to targets needing
additional arguments for peeling.
* gcc.dg/tree-ssa/pr83403-2.c: Similarly.

gcc/testsuite/gcc.dg/tree-ssa/pr83403-1.c
gcc/testsuite/gcc.dg/tree-ssa/pr83403-2.c

index 3cfda4f183cdd61dc83b443f08ecf1e59d2d7fa9..64f2bbc76fee68f0fd0de6e8d91dfab60eeed728 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-options "-O3 -funroll-loops -fdump-tree-lim2-details" } */
 /* { dg-additional-options "--param max-completely-peeled-insns=200" { target { s390*-*-* } } } */
-/* { dg-additional-options "--param max-completely-peeled-insns=300" { target { arm*-*-* cris-*-* } } } */
+/* { dg-additional-options "--param max-completely-peeled-insns=300" { target { arm*-*-* cris-*-* m68k*-*-* } } } */
 
 #define TYPE unsigned int
 
index 00fa04ecb851d3633ebe19325eb9a08448192543..3f520720ca2fc228d3549cae7a23122c0f346f4f 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-options "-O3 -funroll-loops -fdump-tree-lim2-details" } */
 /* { dg-additional-options "--param max-completely-peeled-insns=200" { target { s390*-*-* } } } */
-/* { dg-additional-options "--param max-completely-peeled-insns=300" { target { arm*-*-* cris-*-* } } } */
+/* { dg-additional-options "--param max-completely-peeled-insns=300" { target { arm*-*-* cris-*-* m68k*-*-* } } } */
 
 #define TYPE int