hppa: xfail scan-assembler-not check in g++.dg/cpp0x/initlist-const1.C
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist-const1.C
blob260448aa6300c1261389b4b85f403ae4074349f8
1 // { dg-do compile { target c++11 } }
2 /* PIC uses .data.rel.ro.local rather than .rodata.  */
3 /* { dg-additional-options "-fno-PIE" } */
5 #include <initializer_list>
7 const auto x = { 1, 2 };
9 // { dg-final { scan-assembler-not {\.data} { xfail hppa*-*-hpux* powerpc-ibm-aix* } } }