]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/gen-attrs-39-1.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-39-1.C
CommitLineData
e28d52cf
DS
1// { dg-do compile { target c++11 } }
2
3int fragile_block(void) {
4 typedef
5 [[gnu::aligned (16)]] // { dg-warning "ignored" }
6 struct {
7 int i;
8 } XmmUint16;
9 return 0;
10}
This page took 4.563322 seconds and 5 git commands to generate.