diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2021-05-07 15:52:35 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2021-05-07 15:54:55 +0000 |
commit | 601191b2a48cb8f4657bb2fa2270a7fde9d52e9c (patch) | |
tree | c401058136d1bba8075369e3d2aaa5d19ba6c02b | |
parent | 170c850e4bd46745e2a5130b5eb09f9fceb98416 (diff) | |
download | gcc-601191b2a48cb8f4657bb2fa2270a7fde9d52e9c.zip gcc-601191b2a48cb8f4657bb2fa2270a7fde9d52e9c.tar.gz gcc-601191b2a48cb8f4657bb2fa2270a7fde9d52e9c.tar.bz2 |
tree-optimization/79333 - fold stmts following SSA edges in VN
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.
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-94.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-94.c b/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-94.c index 92eebf6..99c7375 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-94.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-94.c @@ -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__)) |