Use conditional internal functions in if-conversion
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / darwin-abi-3.c
blob021abc8fe4d3cfc6e410ff1f6d3c6ebc126f25f8
1 /* { dg-do compile { target powerpc*-*-darwin* } } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-options "-Wno-long-long" } */
4 struct f
6 int i;
7 long long ll;
8 };
10 int f[sizeof(struct f)!=12?-1:1];