diff mbox series

[committed] hppa: Fix g++.dg/modules/bad-mapper-1.C on hpux

Message ID ZV-9DtsY8vncIp5V@mx3210.localdomain
State New
Headers show
Series [committed] hppa: Fix g++.dg/modules/bad-mapper-1.C on hpux | expand

Commit Message

John David Anglin Nov. 23, 2023, 8:58 p.m. UTC
Tested on hppa64-hp-hpux11.11.  Committed to trunk.

Dave
---

hppa: 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
	"-:failed mapper handshake communication" targets.
diff mbox series

Patch

diff --git a/gcc/testsuite/g++.dg/modules/bad-mapper-1.C b/gcc/testsuite/g++.dg/modules/bad-mapper-1.C
index 53e3e1d0c88..f2ea5fbf580 100644
--- a/gcc/testsuite/g++.dg/modules/bad-mapper-1.C
+++ b/gcc/testsuite/g++.dg/modules/bad-mapper-1.C
@@ -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"  }