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-split1.c
Date: Wed,  2 Jun 2021 04:14:10 +0000 (GMT)	[thread overview]
Message-ID: <20210602041410.B9F9E3839C5B@sourceware.org> (raw)

https://gcc.gnu.org/g:62de42f4a84814cabccaa5d66a615b4072e93a7c

commit 62de42f4a84814cabccaa5d66a615b4072e93a7c
Author: Jiufu Guo <guojiufu@linux.ibm.com>
Date:   Tue Jun 1 10:03:02 2021 +0800

    update test loop-split1.c

Diff:
---
 gcc/testsuite/gcc.dg/loop-split1.c | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/loop-split1.c b/gcc/testsuite/gcc.dg/loop-split1.c
index 30b006b1b14..82f0802db57 100644
--- a/gcc/testsuite/gcc.dg/loop-split1.c
+++ b/gcc/testsuite/gcc.dg/loop-split1.c
@@ -87,15 +87,6 @@ void foo4(unsigned n,  unsigned i)
   while (1);
 }
 
-unsigned
-foo5 (double *a, unsigned n, unsigned i)
-{
-  while (a[i] > 0 && i != n)
-    i++;
-
-  return i;
-}
-
 unsigned
 find_skip_diff (char *p, char *q, unsigned n, unsigned i)
 {
@@ -105,4 +96,4 @@ find_skip_diff (char *p, char *q, unsigned n, unsigned i)
   return i;
 }
 
-/* { dg-final { scan-tree-dump-times "Loop split" 9 "lsplit" } } */
+/* { dg-final { scan-tree-dump-times "Loop split" 8 "lsplit" } } */


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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-02  4:14 Jiu Fu Guo [this message]
2021-06-02  4:14 Jiu Fu Guo

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=20210602041410.B9F9E3839C5B@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).