aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr43528.c
blob: f33d96b195cd753e444329b9a315a26d4377117c (plain)
1
2
3
4
5
/* { dg-do compile } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-mms-bitfields" } */

struct S { int i[(1LL << 60) - 1]; };