Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / arm / pr84826.c
bloba7af61db233c286713ef06c6b96a0a30e1d3592c
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_thumb2_ok } */
3 /* { dg-options "-Ofast -fstack-clash-protection" } */
5 void d (void *);
7 void a ()
9 int b;
10 void bar (int c)
12 if (__builtin_expect (c, 0))
13 ++b;
15 d (bar);