Fixup dumping of re-trying without/with single-lane SLP
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / pr85456.c
blobb2c4c6af74c40033d99c08c563b8aee3995496b7
1 /* { dg-do compile { target { powerpc*-*-* } } } */
2 /* { dg-options "-O2 -mvsx -mabi=ieeelongdouble -Wno-psabi" } */
3 /* { dg-additional-options "-mdejagnu-cpu=power8" { target { ! has_arch_pwr8 } } } */
4 /* { dg-require-effective-target powerpc_vsx } */
5 /* { dg-require-effective-target longdouble128 } */
7 /* Check that the __builtin_powil generates a call to the correct function
8 when long double uses IEEE 128-bit floating point. */
10 long double
11 do_powl (long double a, int i)
13 return __builtin_powil (a, i);
16 /* { dg-final { scan-assembler "bl __powikf2" { target { powerpc*-*-linux* } } } } */
17 /* { dg-final { scan-assembler "bl .__powidf2" { target { powerpc*-*-aix* } } } } */