]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
xfail scan-tree-dump-times checks on hppa*64*-*-* in gcc.dg/tree-ssa/slsr-13.c
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 20 Jan 2024 21:23:23 +0000 (21:23 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 20 Jan 2024 21:23:23 +0000 (21:23 +0000)
2024-01-20  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

* gcc.dg/tree-ssa/slsr-13.c: xfail scan-tree-dump-times
checks on hppa*64*-*-*.

gcc/testsuite/gcc.dg/tree-ssa/slsr-13.c

index 4133694174cb439132e4acf1bc70f38c0766245a..93749d6e856b506f6a2f1140dd50d8114827e979 100644 (file)
@@ -20,5 +20,5 @@ f (int s, int c)
   return x;
 }
 
-/* { dg-final { scan-tree-dump-times " \\* 4" 2 "optimized" } } */
-/* { dg-final { scan-tree-dump-times " \\* 5" 0 "optimized" } } */
+/* { dg-final { scan-tree-dump-times " \\* 4" 2 "optimized" {xfail hppa*64*-*-* } } } */
+/* { dg-final { scan-tree-dump-times " \\* 5" 0 "optimized" {xfail hppa*64*-*-* } } } */