]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Remove guality xfails for aarch64*-*-*
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 2 Apr 2025 17:00:17 +0000 (17:00 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Thu, 3 Apr 2025 07:15:58 +0000 (07:15 +0000)
Since r15-7878-ge1c49f413c8, these tests appear as XPASS on aarch64,
so we can remove the xfails introduced by r12-102-gf31ddad8ac8f11.

gcc/testsuite/ChangeLog:

* gcc.dg/guality/pr90074.c: Remove xfail for aarch64.
* gcc.dg/guality/pr90716.c: Likewise.

gcc/testsuite/gcc.dg/guality/pr90074.c
gcc/testsuite/gcc.dg/guality/pr90716.c

index 2fd884209f2666007a45b8df16025ab194d06aed..12949282516271df0c5ef9c24d23730dfe023cec 100644 (file)
@@ -25,7 +25,7 @@ int main()
      debug stmt for the final value of the loop during loop distribution
      which would fix the UNSUPPORTED cases.
      c is optimized out at -Og for no obvious reason.  */
-  optimize_me_not(); /* { dg-final { gdb-test . "i + 1" "8" { xfail { aarch64*-*-* && { any-opts "-fno-fat-lto-objects" } } } } } */
-    /* { dg-final { gdb-test .-1 "c + 1" "2" { xfail { aarch64*-*-* && { any-opts "-fno-fat-lto-objects" } } } } } */
+  optimize_me_not(); /* { dg-final { gdb-test . "i + 1" "8" } } */
+    /* { dg-final { gdb-test .-1 "c + 1" "2" } } */
   return 0;
 }
index fe7e5567625cf6b7617f3916458abf4d355ebc80..b2f5c9d146e0243786bc17ee30daa2607127d1e2 100644 (file)
@@ -20,6 +20,6 @@ int main()
      Instead test j + 1 which will make the test UNSUPPORTED if i
      is optimized out.  Since the test previously had wrong debug
      with j == 0 this is acceptable.  */
-  optimize_me_not(); /* { dg-final { gdb-test . "j + 1" "9" { xfail { aarch64*-*-* && { any-opts "-fno-fat-lto-objects" } } } } } */
+  optimize_me_not(); /* { dg-final { gdb-test . "j + 1" "9" } } */
   return 0;
 }