[committed] hppa: xfail scan-assembler-not check in g++.dg/cpp0x/initlist-const1.C
Checks
Commit Message
The scan-assembler-not check needs to be xfailed on hppa*-*-hpux*.
Dave
---
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*.
@@ -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* } } }