Use conditional internal functions in if-conversion
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / ppc64-abi-warn-1.c
blobc70c14c2858a191403d7a028743db67ca75f670b
1 /* { dg-do compile { target { powerpc*-*-linux* && lp64 } } } */
2 /* { dg-options "-mabi=elfv2" } */
4 struct f8
6 float x[8];
7 };
9 void test (struct f8 a, struct f8 b) /* { dg-message "note: the ABI of passing homogeneous float aggregates has changed" } */