Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / gcc / testsuite / gcc.target / powerpc / darwin-abi-6.c
blob1892e15bcee4b9ce715e97da7820ee43aa81c5e8
1 /* { dg-do compile { target powerpc*-*-darwin* } } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-options "-Wno-long-long" } */
5 struct a
7 int tt;
8 long long t;
9 int i;
12 struct g
14 int tt;
15 struct a d;
16 int t;
19 int f[sizeof(struct g)!=24?-1:1];