aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/gen-attrs-23.C
blob: 57ea6b8097fe47e6d4ad552f2a6f014cd54d06e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
// PR c++/28112
// { dg-do compile { target c++11 } }

int i       [[gnu::init_priority(;)]];  // { dg-error "before" }
int j       [[gnu::vector_size(;)]];    // { dg-error "before" }
int k       [[gnu::visibility(;)]];     // { dg-error "before" }
struct A {} [[gnu::aligned(;)]];        // { dg-error "before" }
struct B {} [[gnu::mode(;)]];           // { dg-error "before" }
void foo()  [[gnu::alias(;)]];          // { dg-error "before" }
void bar()  [[gnu::nonnull(;)]];        // { dg-error "before" }
void baz()  [[gnu::section(;)]];        // { dg-error "before" }