]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
hppa: xfail scan-assembler-not check in g++.dg/cpp0x/initlist-const1.C
authorJohn David Anglin <danglin@gcc.gnu.org>
Thu, 23 Nov 2023 17:53:49 +0000 (17:53 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 23 Nov 2023 17:53:49 +0000 (17:53 +0000)
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*.

gcc/testsuite/g++.dg/cpp0x/initlist-const1.C

index 0da07592f75e04a35bbdace0a171315d8ea22bc9..260448aa6300c1261389b4b85f403ae4074349f8 100644 (file)
@@ -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* } } }