projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aa5001
)
Adjust testcase to test the call is removed.
author
Andrew MacLeod
<amacleod@redhat.com>
Tue, 13 Jul 2021 13:41:30 +0000
(09:41 -0400)
committer
Andrew MacLeod
<amacleod@redhat.com>
Tue, 13 Jul 2021 13:43:18 +0000
(09:43 -0400)
Ranger now handles the test.
gcc/testsuite
PR tree-optimization/93781
* gcc.dg/tree-ssa/pr93781-1.c: Check that call is removed.
gcc/testsuite/gcc.dg/tree-ssa/pr93781-1.c
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.dg/tree-ssa/pr93781-1.c
b/gcc/testsuite/gcc.dg/tree-ssa/pr93781-1.c
index
5ebd805
..
b2505f3
100644
(file)
--- a/
gcc/testsuite/gcc.dg/tree-ssa/pr93781-1.c
+++ b/
gcc/testsuite/gcc.dg/tree-ssa/pr93781-1.c
@@
-12,7
+12,9
@@
void foo (unsigned int arg)
if (a < 0)
b = x;
- /* In the fullness of time, we will delete this call. */
if (b >= 5)
kill ();;
}
+
+/* { dg-final { scan-tree-dump-not "kill" "evrp" } } */
+