* doc/extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / vector3.C
blob1a67cf76a61d69c7c460a0c49f03cfd842918518
1 /* { dg-do compile } */
2 /* { dg-options "" } */
4 // PR c++/28302
6 int __attribute__((vector_size(8))) x;
8 void foo()
10   ~x;