diff options
author | Jeff Law <jlaw@ventanamicro.com> | 2025-01-07 07:43:19 -0700 |
---|---|---|
committer | Jeff Law <jlaw@ventanamicro.com> | 2025-01-07 07:44:40 -0700 |
commit | a856b4d97b8d328fdcb169b792ac5456e40f8c00 (patch) | |
tree | 9838e4fde8b6e4a5834e623d54434da79b8c58ec | |
parent | 34501ef418da13b361614235077c2162caabab73 (diff) | |
download | gcc-a856b4d97b8d328fdcb169b792ac5456e40f8c00.zip gcc-a856b4d97b8d328fdcb169b792ac5456e40f8c00.tar.gz gcc-a856b4d97b8d328fdcb169b792ac5456e40f8c00.tar.bz2 |
[PR testsuite/118055] Trivial testsuite adjustment for m68k target
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.
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/pr83403-1.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/pr83403-2.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/pr83403-1.c b/gcc/testsuite/gcc.dg/tree-ssa/pr83403-1.c index 3cfda4f..64f2bbc 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/pr83403-1.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/pr83403-1.c @@ -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 diff --git a/gcc/testsuite/gcc.dg/tree-ssa/pr83403-2.c b/gcc/testsuite/gcc.dg/tree-ssa/pr83403-2.c index 00fa04e..3f52072 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/pr83403-2.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/pr83403-2.c @@ -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 |