summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr67338.c
blob: 7bfbef29be5058c00b87f9be492906fe77b2b9cd (plain)
1
2
3
4
/* PR c/67338 */
/* { dg-do compile { target *-*-linux* *-*-gnu* *-*-uclinux* } } */

struct S { __attribute__((aligned (1 << 28))) double a; };