public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-5204] re: FAIL: gcc.dg/pr97515.c
@ 2020-11-20 16:09 Andrew Macleod
  0 siblings, 0 replies; only message in thread
From: Andrew Macleod @ 2020-11-20 16:09 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:65854626304d50cf348af53de1c29ccec06d33c6

commit r11-5204-g65854626304d50cf348af53de1c29ccec06d33c6
Author: Andrew MacLeod <amacleod@redhat.com>
Date:   Fri Nov 20 10:37:26 2020 -0500

    re: FAIL: gcc.dg/pr97515.c
    
    Adjust testcase to check in CCP not EVRP.
    
            gcc/testuite/
            * gcc.dg/pr97515.c: Check in ccp2, not evrp.

Diff:
---
 gcc/testsuite/gcc.dg/pr97515.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/pr97515.c b/gcc/testsuite/gcc.dg/pr97515.c
index 84f145a261f..b4f2481cb03 100644
--- a/gcc/testsuite/gcc.dg/pr97515.c
+++ b/gcc/testsuite/gcc.dg/pr97515.c
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-evrp" } */
+/* { dg-options "-O2 -fdump-tree-ccp2" } */
 
 int
 e7 (int gg)
@@ -20,6 +20,8 @@ e7 (int gg)
   return xe;
 }
 
-/* EVRP should be able to reduce this to a single goto.  */
+/* EVRP should be able to reduce this to a single goto when we can
+ * revisit statements to try folding again based on changed inputs.
+ * Until then, make sure its gone by ccp2.  */
  
-/* { dg-final { scan-tree-dump-times "goto" 1 "evrp" } } */
+/* { dg-final { scan-tree-dump-times "goto" 1 "ccp2" } } */


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

only message in thread, other threads:[~2020-11-20 16:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-20 16:09 [gcc r11-5204] re: FAIL: gcc.dg/pr97515.c Andrew Macleod

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).