* doc/extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / mv7.C
blob64c04fac60f41f2f33d0be28bb72238d91d2de71
1 // { dg-do compile { target i?86-*-* x86_64-*-* } }
2 // { dg-options "" }
4 __attribute__((target ("default")))
5 void foo (void) // { dg-message "previously defined here" }
9 __attribute__((target (128)))
10 void foo (void) // { dg-error "(not a string|redefinition)" }