aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/powerpc/pr104208-2.c
blob: 4e8ab5b099f692a0b9140552bed4878599f6ce0c (plain)
1
2
3
4
5
6
7
8
9
10
/* PR target/104208 */
/* { dg-do compile } */
/* { dg-options "-O2 -mlong-double-128 -mabi=ieeelongdouble -mlong-double-64 -mno-vsx -Wno-psabi" } */

/* Verify we do not emit an error with the options above.  IEEE 128-bit
   long double requires VSX, so using -mno-vsx would normally generate
   an error.  However, if we have changed to a 64-bit long double, then
   we should allow it.  */

int i;