aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2024-01-16 20:38:50 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2024-01-16 20:38:50 +0000
commitdc5fc15d5a16669a0995a3fdc98d9704c6199022 (patch)
treea6b90f3ff1cea43e847ad4599d042d2dd9783ba6
parent2194fc8fa52dd50688454744ac56bfe75a1f7c08 (diff)
downloadgcc-dc5fc15d5a16669a0995a3fdc98d9704c6199022.zip
gcc-dc5fc15d5a16669a0995a3fdc98d9704c6199022.tar.gz
gcc-dc5fc15d5a16669a0995a3fdc98d9704c6199022.tar.bz2
xfail scan-tree-dump-not throw in g++.dg/pr99966.C on hppa*64*-*-*
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*-*-*.
-rw-r--r--gcc/testsuite/g++.dg/pr99966.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/pr99966.C b/gcc/testsuite/g++.dg/pr99966.C
index 4d68982..d111c0a 100644
--- a/gcc/testsuite/g++.dg/pr99966.C
+++ b/gcc/testsuite/g++.dg/pr99966.C
@@ -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*-*-* } } } */