2 /* { dg-skip-if "" { powerpc*-*-darwin* powerpc-ibm-aix* } } */
3 /* { require-effective-target ppc_float128_sw } */
4 /* { dg-options "-O2 -mvsx -mfloat128" } */
9 * Verify that __SIZEOF_FLOAT128__ and __SIZEOF_IBM128__ are properly defined.
16 if (__SIZEOF_FLOAT128__
!= sizeof (__float128
)
17 /* FIXME: Once type __ibm128 gets supported with long-double-64,
18 we shouldn't need this conditional #ifdef and xfail. */
19 #ifdef __SIZEOF_IBM128__
20 || __SIZEOF_IBM128__
!= sizeof (__ibm128
)
30 /* { dg-xfail-run-if "unsupported type __ibm128 with long-double-64" { longdouble64 } } */