public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jiu Fu Guo <guojiufu@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/guojiufu/heads/guojiufu-branch)] update test loop-split2.c
Date: Wed,  2 Jun 2021 04:14:20 +0000 (GMT)	[thread overview]
Message-ID: <20210602041424.5BACB3857C66@sourceware.org> (raw)

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();


                 reply	other threads:[~2021-06-02  4:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210602041424.5BACB3857C66@sourceware.org \
    --to=guojiufu@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).