analyzer: enable taint state machine by default [PR103533]
[official-gcc.git] / gcc / testsuite / c-c++-common / pr95237-5.c
blob9dc5cfcd73925e46f7e604b7497807c9967a572c
1 /* { dg-do compile { target ia32 } } */
2 /* { dg-options "-mpreferred-stack-boundary=2 -Os -w" { target { i?86-*-* x86_64-*-* } } } */
4 int a;
6 long long __attribute__((noinline))
7 b (void)
11 void
12 c (void)
14 if (b())
15 a = 1;