Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-39-1.C
blob4010ba7724cf330559adcae46daa55ef595aea91
1 // { dg-do compile { target c++11 } }
3 int fragile_block(void) {
4   typedef 
5   [[gnu::aligned (16)]] // { dg-error "standard attributes in middle of decl-specifiers" }
6 // { dg-warning "attribute ignored" "" { target *-*-* } .-1 }
7   struct  {
8     int i;
9   } XmmUint16;
10   return 0;