comparison gcc/testsuite/gcc.dg/recip_sqrt_mult_4.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-do compile } */ 1 /* { dg-do compile } */
2 /* { dg-options "-Ofast -fdump-tree-recip" } */ 2 /* { dg-options "-Ofast -fdump-tree-recip" } */
3 /* { dg-additional-options "-fcompare-debug" { target { ! powerpc-ibm-aix* } } } */
3 4
4 /* The main path doesn't have any multiplications. 5 /* The main path doesn't have any multiplications.
5 Avoid introducing them in the recip pass. */ 6 Avoid introducing them in the recip pass. */
6 7
7 double res, res2, tmp; 8 double res, res2, tmp;