aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/initlist-const1.C
blob: 0da07592f75e04a35bbdace0a171315d8ea22bc9 (plain)
1
2
3
4
5
6
7
8
9
// { dg-do compile { target c++11 } }
/* PIC uses .data.rel.ro.local rather than .rodata.  */
/* { dg-additional-options "-fno-PIE" } */

#include <initializer_list>

const auto x = { 1, 2 };

// { dg-final { scan-assembler-not {\.data} { xfail powerpc-ibm-aix* } } }