Merge from mainline
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / darwin-abi-6.c
blob4d80187468e6311912c15ebb86355dc1cc8035e9
1 /* { dg-do compile { target powerpc*-*-darwin* } } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-xfail-if "" { powerpc*-*-darwin* } } */
4 /* { dg-options "-Wno-long-long" } */
6 struct a
8 int tt;
9 long long t;
10 int i;
13 struct g
15 int tt;
16 struct a d;
17 int t;
20 int f[sizeof(struct g)!=24?-1:1];