diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2023-11-23 20:46:27 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2023-11-23 20:46:27 +0000 |
commit | f33a4a7f745f4320cd0571c50fbfc12c4408be0f (patch) | |
tree | 15c20522dbed545e6f2c85c8991e4420684964bb | |
parent | 84e0ed920c1ed2b99ae26be43d0a3177b25913a4 (diff) | |
download | gcc-f33a4a7f745f4320cd0571c50fbfc12c4408be0f.zip gcc-f33a4a7f745f4320cd0571c50fbfc12c4408be0f.tar.gz gcc-f33a4a7f745f4320cd0571c50fbfc12c4408be0f.tar.bz2 |
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.
-rw-r--r-- | gcc/testsuite/g++.dg/modules/bad-mapper-1.C | 2 |
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 53e3e1d..b787023 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" } |