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