Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / c-c++-common / pr95237-4.c
blobdeace53cc26e81ffd447820e74b0b87862e3263c
1 /* { dg-do run } */
2 /* { dg-require-effective-target ia32 } */
3 /* { dg-options "-mpreferred-stack-boundary=4" { target { i?86-*-* x86_64-*-* } } } */
4 int main()
6 long long x;
7 if (__alignof__(x) != 8)
8 __builtin_abort();
9 return 0;