public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/guojiufu/heads/guojiufu-branch)] Update testcases, do not change pr98064.cc
@ 2021-05-31  6:03 Jiu Fu Guo
  0 siblings, 0 replies; only message in thread
From: Jiu Fu Guo @ 2021-05-31  6:03 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8423688fbe868b9bbbbc07024cc1ac132370e553

commit 8423688fbe868b9bbbbc07024cc1ac132370e553
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" } } */


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

only message in thread, other threads:[~2021-05-31  6:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31  6:03 [gcc(refs/users/guojiufu/heads/guojiufu-branch)] Update testcases, do not change pr98064.cc 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).