aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2023-11-26 16:01:13 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2023-11-26 16:01:13 +0000
commite197ff8a2e7fb01f3f33e50acde58f01b9e45318 (patch)
tree105071a7509a2309579beeea36a5e8b63e59675e
parente40a13eaca4d87ec33beb0d9d31985e0023bfe3e (diff)
downloadgcc-e197ff8a2e7fb01f3f33e50acde58f01b9e45318.zip
gcc-e197ff8a2e7fb01f3f33e50acde58f01b9e45318.tar.gz
gcc-e197ff8a2e7fb01f3f33e50acde58f01b9e45318.tar.bz2
hppa: Really fix g++.dg/modules/bad-mapper-1.C on hpux
2023-11-23 John David Anglin <danglin@gcc.gnu.org> gcc/testsuite/ChangeLog: * g++.dg/modules/bad-mapper-1.C: Add hppa*-*-hpux* to dg-error "this-will-not-work" targets.
-rw-r--r--gcc/testsuite/g++.dg/modules/bad-mapper-1.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/modules/bad-mapper-1.C b/gcc/testsuite/g++.dg/modules/bad-mapper-1.C
index b787023..b0b0b86 100644
--- a/gcc/testsuite/g++.dg/modules/bad-mapper-1.C
+++ b/gcc/testsuite/g++.dg/modules/bad-mapper-1.C
@@ -1,6 +1,6 @@
// { dg-additional-options "-fmodules-ts -fmodule-mapper=|this-will-not-work" }
import unique1.bob;
-// { dg-error "-:failed (exec|CreateProcess|posix_spawn).*mapper.* .*this-will-not-work" "" { target { ! { *-*-darwin[89]* *-*-darwin10* } } } 0 }
+// { dg-error "-:failed (exec|CreateProcess|posix_spawn).*mapper.* .*this-will-not-work" "" { target { ! { *-*-darwin[89]* *-*-darwin10* hppa*-*-hpux* } } } 0 }
// { dg-prune-output "fatal error:" }
// { dg-prune-output "failed to read" }
// { dg-prune-output "compilation terminated" }