]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
xfail scan-tree-dump-not throw in g++.dg/pr99966.C on hppa*64*-*-*
authorJohn David Anglin <danglin@gcc.gnu.org>
Tue, 16 Jan 2024 20:38:50 +0000 (20:38 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Tue, 16 Jan 2024 20:38:50 +0000 (20:38 +0000)
2024-01-16  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

PR tree-optimization/110794
* g++.dg/pr99966.C: xfail scan-tree-dump-not throw on hppa*64*-*-*.

gcc/testsuite/g++.dg/pr99966.C

index 4d689822b87a26c28bb580885797d5963b207c81..d111c0acf117374234715c5404b10cb4205e34c8 100644 (file)
@@ -20,4 +20,4 @@ uint64_t f(std::vector<uint64_t>& data, size_t start, size_t end){
     return total;
 }
 
-/* { dg-final { scan-tree-dump-not "throw" "vrp1"} } */
+/* { dg-final { scan-tree-dump-not "throw" "vrp1" { xfail hppa*64*-*-* } } } */