]> gcc.gnu.org Git - gcc.git/commitdiff
tree-optimization/79333 - fold stmts following SSA edges in VN
authorChristophe Lyon <christophe.lyon@linaro.org>
Fri, 7 May 2021 15:52:35 +0000 (15:52 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Fri, 7 May 2021 15:54:55 +0000 (15:54 +0000)
copysign is only available with c99_runtime, skip ssa-fre-94.c
otherwise.

2021-05-07  Christophe Lyon  <christophe.lyon@linaro.org>

PR tree-optimization/79333
gcc/testsuite/
* gcc.dg/tree-ssa/ssa-fre-94.c: Require c99_runtime.

gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-94.c

index 92eebf636c650ab32288b59bc5e2956b7787e72d..99c737562bbe94fd86b9303fe767de150d3e955c 100644 (file)
@@ -1,5 +1,6 @@
 /* PR tree-optimization/79333 */
 /* { dg-do compile } */
+/* { dg-require-effective-target c99_runtime } */
 /* { dg-options "-O -ffinite-math-only -fdump-tree-fre1" } */
 
 extern __inline __attribute__ ((__always_inline__,__gnu_inline__))
This page took 0.078061 seconds and 5 git commands to generate.