Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr84100.c
blobfd157ac34a6a78b40458fb62fbf6f6ab4e1c9f3d
1 /* PR c/84100 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
4 /* { dg-skip-if "no code alignment > 2" { "pdp11-*-*" } } */
6 void bar (void);
8 __attribute__((optimize ("align-loops=16", "align-jumps=16",
9 "align-labels=16", "align-functions=16")))
10 void
11 foo (void)
12 { /* { dg-bogus "bad option" } */
13 for (int i = 0; i < 1024; ++i)
14 bar ();