Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr88007.c
blob4f56ba49a35336758c361db87ff357e3832b31d1
1 /* PR other/88007 */
2 /* { dg-do compile } */
3 /* { dg-options "--param ggc-min-expand=3 --param ggc-min-heapsize=1024" } */
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)
13 for (int i = 0; i < 1024; ++i)
14 bar ();