analyzer: enable taint state machine by default [PR103533]
[official-gcc.git] / gcc / testsuite / c-c++-common / pr95237-9.c
blob687517cbc0a4f4a9c65136a0deacc0a6a4c6ea2b
1 /* { dg-do run } */
2 /* { dg-require-effective-target ia32 } */
3 /* { dg-options "-mpreferred-stack-boundary=2" { target { i?86-*-* x86_64-*-* } } } */
4 int main()
6 static long long x;
7 if (__alignof__(x) != 8)
8 __builtin_abort();
9 return 0;