PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr63495.c
blobde66875a824aaf7904dbccb7f8383f8293bde867
1 /* PR c/63495 */
2 /* { dg-do compile { target *-*-linux* } } */
3 /* { dg-options "-std=gnu11" } */
5 struct __attribute__ ((aligned (8))) S { char c; };
6 _Static_assert (_Alignof (struct S) >= 8, "wrong alignment");