diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2025-04-02 15:06:38 -0400 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2025-04-02 15:06:38 -0400 |
commit | 3b00f8b56c1b92356da81c0d80ab40da2075d536 (patch) | |
tree | 49119db9610c5b4d38ffa0b5d20e2edc04ae4bdc /gcc | |
parent | aeca210ecfb97ae7f3d0de69276ec77b65ea34e9 (diff) | |
download | gcc-3b00f8b56c1b92356da81c0d80ab40da2075d536.zip gcc-3b00f8b56c1b92356da81c0d80ab40da2075d536.tar.gz gcc-3b00f8b56c1b92356da81c0d80ab40da2075d536.tar.bz2 |
xfail __tcf_ZL1b assembler check on hppa*-*-hpux* in g++.dg/modules/pr98893_b.C
2025-04-02 John David Anglin <danglin@gcc.gnu.org>
gcc/testsuite/ChangeLog:
* g++.dg/modules/pr98893_b.C: xfail __tcf_ZL1b
assembler check on hppa*-*-hpux*.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.dg/modules/pr98893_b.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/modules/pr98893_b.C b/gcc/testsuite/g++.dg/modules/pr98893_b.C index 9065589..692eafb 100644 --- a/gcc/testsuite/g++.dg/modules/pr98893_b.C +++ b/gcc/testsuite/g++.dg/modules/pr98893_b.C @@ -7,4 +7,4 @@ int main() { } // { dg-final { scan-assembler {__tcf_ZZ3foovE1a:} } } -// { dg-final { scan-assembler {__tcf_ZL1b:} } } +// { dg-final { scan-assembler {__tcf_ZL1b:} { xfail hppa*-*-hpux* } } } |