* doc/extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib46.C
blob1c71990fc5547e76d73b91d2844df4d82c93a88d
1 // PR c++/40821
3 struct __attribute__((aligned(8)) S1 { int i; }; // { dg-error "expected" }
4 struct __attribute__( aligned(8)  S2 { int i; }; // { dg-error "expected" }