]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Skip various cmp-mem-const tests on lp64 hppa*-*-*
authorJohn David Anglin <danglin@gcc.gnu.org>
Tue, 16 Jan 2024 20:04:11 +0000 (20:04 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Tue, 16 Jan 2024 20:04:11 +0000 (20:04 +0000)
Prior optimization already reduced the constant.

2024-01-16  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

* gcc.dg/cmp-mem-const-3.c: Skip on lp64 hppa*-*-*.
* gcc.dg/cmp-mem-const-4.c: Likewise.
* gcc.dg/cmp-mem-const-5.c: Likewise.
* gcc.dg/cmp-mem-const-6.c: Likewise.

gcc/testsuite/gcc.dg/cmp-mem-const-3.c
gcc/testsuite/gcc.dg/cmp-mem-const-4.c
gcc/testsuite/gcc.dg/cmp-mem-const-5.c
gcc/testsuite/gcc.dg/cmp-mem-const-6.c

index c60ecdb4026cd3db39b7546b984b6a87c5ef0299..5469f10712ea86177bf49830d5b80ef90a9bf98b 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target { lp64 && { ! sparc*-*-* } } } } */
+/* { dg-do compile { target { lp64 && { ! { sparc*-*-* hppa*-*-* } } } } } */
 /* Excluding sparc since there we do not end up with a comparison of memory and
    a constant which means that the optimization is not applicable.  */
 /* { dg-options "-O2 -fdump-rtl-combine-details" } */
index 7aa403d76d97a49ef79fbc2979eadff00db6b9cf..9ea094e20ebbdb9ba59f8913529e261d627d838f 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target { lp64 && { ! sparc*-*-* } } } } */
+/* { dg-do compile { target { lp64 && { ! { sparc*-*-* hppa*-*-* } } } } } */
 /* Excluding sparc since there we do not end up with a comparison of memory and
    a constant which means that the optimization is not applicable.  */
 /* { dg-options "-O2 -fdump-rtl-combine-details" } */
index 4316dcb560503650901d2a39cafe05ba1d4f0818..5a9096ef84de2b7809536a5c6c69d819bf907372 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target { lp64 && { ! sparc*-*-* } } } } */
+/* { dg-do compile { target { lp64 && { ! { sparc*-*-* hppa*-*-* } } } } } */
 /* Excluding sparc since there a prior optimization already reduced the
    constant, i.e., nothing left for us.  */
 /* { dg-options "-O2 -fdump-rtl-combine-details" } */
index d9046af79eb6114cda189ae3d71d3c27fb6ad3a7..381195361e0eb842bc7d5db3ccc785979f3432c8 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target { lp64 && { ! sparc*-*-* } } } } */
+/* { dg-do compile { target { lp64 && { ! { sparc*-*-* hppa*-*-* } } } } } */
 /* Excluding sparc since there a prior optimization already reduced the
    constant, i.e., nothing left for us.  */
 /* { dg-options "-O2 -fdump-rtl-combine-details" } */