aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2023-11-23 17:53:49 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2023-11-23 17:53:49 +0000
commit01412f098068e25efe9ef21015c3320e82cce73c (patch)
tree8d8ea7cb2ede5c67e1eb2714b613ae1fdbd70588
parent7a6a29c455e7755b501c0006e39beb4e56ec2729 (diff)
downloadgcc-01412f098068e25efe9ef21015c3320e82cce73c.zip
gcc-01412f098068e25efe9ef21015c3320e82cce73c.tar.gz
gcc-01412f098068e25efe9ef21015c3320e82cce73c.tar.bz2
hppa: xfail scan-assembler-not check in g++.dg/cpp0x/initlist-const1.C
2023-11-23 John David Anglin <danglin@gcc.gnu.org> gcc/testsuite/ChangeLog: * g++.dg/cpp0x/initlist-const1.C: xfail scan-assembler-not check on hppa*-*-hpux*.
-rw-r--r--gcc/testsuite/g++.dg/cpp0x/initlist-const1.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/cpp0x/initlist-const1.C b/gcc/testsuite/g++.dg/cpp0x/initlist-const1.C
index 0da0759..260448aa 100644
--- a/gcc/testsuite/g++.dg/cpp0x/initlist-const1.C
+++ b/gcc/testsuite/g++.dg/cpp0x/initlist-const1.C
@@ -6,4 +6,4 @@
const auto x = { 1, 2 };
-// { dg-final { scan-assembler-not {\.data} { xfail powerpc-ibm-aix* } } }
+// { dg-final { scan-assembler-not {\.data} { xfail hppa*-*-hpux* powerpc-ibm-aix* } } }