public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/guojiufu/heads/guojiufu-branch)] update test case 2
@ 2021-06-09 11:20 Jiu Fu Guo
  0 siblings, 0 replies; only message in thread
From: Jiu Fu Guo @ 2021-06-09 11:20 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:db2bf0efdc7aac753603c3331808b676a9e89c89

commit db2bf0efdc7aac753603c3331808b676a9e89c89
Author: Jiufu Guo <guojiufu@linux.ibm.com>
Date:   Wed Jun 9 19:07:02 2021 +0800

    update test case 2

Diff:
---
 gcc/testsuite/gcc.dg/loop-split2.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/loop-split2.c b/gcc/testsuite/gcc.dg/loop-split2.c
index 5b75793ba87..56377e2f2f5 100644
--- a/gcc/testsuite/gcc.dg/loop-split2.c
+++ b/gcc/testsuite/gcc.dg/loop-split2.c
@@ -95,7 +95,7 @@ main ()
     abort ();
 
   reset ();
-  if (bar (a, b, 253, 255) != 0 || !check_c (c, 254, 255, 255, 256, -1, -1))
+  if (bar (a, b, 253, 255) != 0 || !check_c (c, 254, 255, 255, 256, 0, 0))
     abort ();
 
   reset ();
@@ -107,7 +107,7 @@ main ()
     abort ();
 
   reset ();
-  if (bar_1 (a, b, 5, 3) != 2 || !check_c (c, 4, 5, 3, 4, -1, -1))
+  if (bar_1 (a, b, 5, 3) != 2 || !check_c (c, 4, 5, 3, 4, 0, 0))
     abort ();
 
   reset ();


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09 11:20 [gcc(refs/users/guojiufu/heads/guojiufu-branch)] update test case 2 Jiu Fu Guo

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