public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-617] tree-optimization/79333 - fold stmts following SSA edges in VN
@ 2021-05-07 15:55 Christophe Lyon
  0 siblings, 0 replies; only message in thread
From: Christophe Lyon @ 2021-05-07 15:55 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:601191b2a48cb8f4657bb2fa2270a7fde9d52e9c

commit r12-617-g601191b2a48cb8f4657bb2fa2270a7fde9d52e9c
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date:   Fri May 7 15:52:35 2021 +0000

    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.

Diff:
---
 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-94.c | 1 +
 1 file changed, 1 insertion(+)

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 92eebf636c6..99c737562bb 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__))


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-07 15:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-07 15:55 [gcc r12-617] tree-optimization/79333 - fold stmts following SSA edges in VN Christophe Lyon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).