comparison gcc/testsuite/gcc.dg/lto/20110201-1_0.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* { dg-lto-do run } */ 1 /* { dg-lto-do run } */
2 /* { dg-lto-options { { -O0 -flto -fno-math-errno } } } */ 2 /* { dg-lto-options { { -O0 -flto -fno-math-errno } } } */
3 /* { dg-lto-options { "-O0 -flto -fno-math-errno -mfloat-abi=softfp -mfpu=neon-vfpv4" } { target arm*-*-* } } */ 3 /* { dg-lto-options { "-O0 -flto -fno-math-errno -mfpu=neon-vfpv4" } { target arm*-*-* } } */
4 /* { dg-require-effective-target arm_neon_ok_no_float_abi { target arm*-*-* } } */
4 /* { dg-require-linker-plugin "" } */ 5 /* { dg-require-linker-plugin "" } */
5 /* { dg-require-effective-target sqrt_insn } */ 6 /* { dg-require-effective-target sqrt_insn } */
6 7
7 /* We require a linker plugin because otherwise we'd need to link 8 /* We require a linker plugin because otherwise we'd need to link
8 against libm which we are not sure here has cabs on all targets. 9 against libm which we are not sure here has cabs on all targets.