(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
powerpc/
pr104208-1.c
       1  /* PR target/104208 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-O2 -mlong-double-128 -mabi=ibmlongdouble -mlong-double-64 -Wno-psabi" } */
       4  
       5  /* Verify we do not emit an error with the options above.  It is allowed
       6     to reset the long double size to 64-bits after a 128-bit long double
       7     ABI has been selected.  */
       8  
       9  int i;