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

https://gcc.gnu.org/g:35903420b260ca2206ebc3dc3c2e187ac5c42b92

commit 35903420b260ca2206ebc3dc3c2e187ac5c42b92
Author: Jiufu Guo <guojiufu@linux.ibm.com>
Date:   Tue Jun 1 11:24:22 2021 +0800

    update test loop-split2.c

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 a10d0ebbf2d..0d3fded3f61 100644
--- a/gcc/testsuite/gcc.dg/loop-split2.c
+++ b/gcc/testsuite/gcc.dg/loop-split2.c
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-O3 -fdump-tree-lsplit-details" } */
+/* { dg-options "-O3" } */
 
 extern void abort (void);
 extern void exit (int);
@@ -45,7 +45,7 @@ int main()
 
   foo (a, b, 99, 99);
   a[99] = b[99] + 1;
-  for (int i = 0; i < 127; i++)
+  for (int i = 0; i < 256; i++)
     if (a[i] != b[i] + 1)
       abort();


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

only message in thread, other threads:[~2021-06-02  4:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02  4:14 [gcc(refs/users/guojiufu/heads/guojiufu-branch)] update test loop-split2.c 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).