]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
hppa: Fix g++.dg/modules/bad-mapper-1.C on hpux
authorJohn David Anglin <danglin@gcc.gnu.org>
Thu, 23 Nov 2023 20:46:27 +0000 (20:46 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 23 Nov 2023 20:46:27 +0000 (20:46 +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
"-:failed mapper handshake communication" targets.

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

index 53e3e1d0c88e1a8e765ca008dbfcf3bfda497faa..b787023dd42d0a60640166b131155cad1b7b4fd1 100644 (file)
@@ -4,6 +4,6 @@ import unique1.bob;
 // { dg-prune-output "fatal error:" }
 // { dg-prune-output "failed to read" }
 // { dg-prune-output "compilation terminated" }
-// { dg-error "-:failed mapper handshake communication" "" { target { *-*-darwin[89]* *-*-darwin10* } } 0 }
+// { dg-error "-:failed mapper handshake communication" "" { target { *-*-darwin[89]* *-*-darwin10* hppa*-*-hpux* } } 0 }
 // { dg-prune-output "trying to exec .this-will-not-work."  }
 // { dg-prune-output "unknown Compiled Module Interface"  }