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/personal-branch)] Update testcases, do not change pr98064.cc
Date: Thu, 20 May 2021 06:28:37 +0000 (GMT)	[thread overview]
Message-ID: <20210520062837.C4180394D818@sourceware.org> (raw)

https://gcc.gnu.org/g:43d862030c8fef4304ba3355fe2c96a578071665

commit 43d862030c8fef4304ba3355fe2c96a578071665
Author: Jiufu Guo <guojiufu@linux.ibm.com>
Date:   Sat May 15 10:28:14 2021 +0800

    Update testcases, do not change pr98064.cc

Diff:
---
 gcc/testsuite/g++.dg/vect/pr98064.cc | 2 +-
 gcc/testsuite/gcc.dg/loop-split1.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/g++.dg/vect/pr98064.cc b/gcc/testsuite/g++.dg/vect/pr98064.cc
index ffc5642c4ca..74043ce7725 100644
--- a/gcc/testsuite/g++.dg/vect/pr98064.cc
+++ b/gcc/testsuite/g++.dg/vect/pr98064.cc
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-additional-options "-O3 -Wno-stringop-overflow" }
+// { dg-additional-options "-O3" }
 
 const long long &min(const long long &__a, long long &__b) {
   if (__b < __a)
diff --git a/gcc/testsuite/gcc.dg/loop-split1.c b/gcc/testsuite/gcc.dg/loop-split1.c
index 59c866e4b68..30b006b1b14 100644
--- a/gcc/testsuite/gcc.dg/loop-split1.c
+++ b/gcc/testsuite/gcc.dg/loop-split1.c
@@ -105,4 +105,4 @@ find_skip_diff (char *p, char *q, unsigned n, unsigned i)
   return i;
 }
 
-/* { dg-final { scan-tree-dump-times "Loop split" 7 "lsplit" } } */
+/* { dg-final { scan-tree-dump-times "Loop split" 9 "lsplit" } } */


             reply	other threads:[~2021-05-20  6:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-20  6:28 Jiu Fu Guo [this message]
2021-05-31  5:56 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=20210520062837.C4180394D818@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).