* doc/extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib24.C
blob208809a3f3e0b742b90673a301f6a7a58640d94f
1 // PR c++/28387
2 // { dg-do compile }
4 enum __attribute__((unused)) E;  // { dg-error "without previous declaration" }