]> gcc.gnu.org Git - gcc.git/commitdiff
hppa: Really fix g++.dg/modules/bad-mapper-1.C on hpux
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 26 Nov 2023 16:01:13 +0000 (16:01 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 26 Nov 2023 16:01:13 +0000 (16:01 +0000)
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.

gcc/testsuite/g++.dg/modules/bad-mapper-1.C

index b787023dd42d0a60640166b131155cad1b7b4fd1..b0b0b86c9cda184f23e2e11038c50b15ca2e5772 100644 (file)
@@ -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" }
This page took 0.063744 seconds and 5 git commands to generate.