From 01412f098068e25efe9ef21015c3320e82cce73c Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Thu, 23 Nov 2023 17:53:49 +0000 Subject: [PATCH] hppa: xfail scan-assembler-not check in g++.dg/cpp0x/initlist-const1.C 2023-11-23 John David Anglin 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/g++.dg/cpp0x/initlist-const1.C b/gcc/testsuite/g++.dg/cpp0x/initlist-const1.C index 0da07592f75..260448aa630 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* } } } -- 2.11.4.GIT