public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-6382] testsuite: Fix up pr56719.c testcase [PR98489]
@ 2020-12-31 23:04 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2020-12-31 23:04 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3ab7a91f36c898b9da665e5e36318a1d9ff12946

commit r11-6382-g3ab7a91f36c898b9da665e5e36318a1d9ff12946
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Fri Jan 1 00:03:35 2021 +0100

    testsuite: Fix up pr56719.c testcase [PR98489]
    
    On some targets, there are no < 8191; and >= 8191; strings,
    but < 8191) and >= 8191), so just remove the ; from the regexps.
    
    2021-01-01  Jakub Jelinek  <jakub@redhat.com>
    
            PR testsuite/98489
            PR tree-optimization/56719
            * gcc.dg/tree-ssa/pr56719.c: Remove semicolon from
            scan-tree-dump-times regexps.

Diff:
---
 gcc/testsuite/gcc.dg/tree-ssa/pr56719.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/pr56719.c b/gcc/testsuite/gcc.dg/tree-ssa/pr56719.c
index 5030b695417..cc999f9a9a2 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/pr56719.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/pr56719.c
@@ -1,12 +1,12 @@
 /* PR tree-optimization/56719 */
 /* { dg-do compile } */
 /* { dg-options "-O2 -fdump-tree-optimized" } */
-/* { dg-final { scan-tree-dump-times " > 1023;" 1 "optimized" } } */
-/* { dg-final { scan-tree-dump-times " > 2047;" 1 "optimized" } } */
-/* { dg-final { scan-tree-dump-times " > 8191;" 1 "optimized" } } */
-/* { dg-final { scan-tree-dump-times " <= 1023;" 1 "optimized" } } */
-/* { dg-final { scan-tree-dump-times " <= 4095;" 1 "optimized" } } */
-/* { dg-final { scan-tree-dump-times " <= 8191;" 1 "optimized" } } */
+/* { dg-final { scan-tree-dump-times " > 1023" 1 "optimized" } } */
+/* { dg-final { scan-tree-dump-times " > 2047" 1 "optimized" } } */
+/* { dg-final { scan-tree-dump-times " > 8191" 1 "optimized" } } */
+/* { dg-final { scan-tree-dump-times " <= 1023" 1 "optimized" } } */
+/* { dg-final { scan-tree-dump-times " <= 4095" 1 "optimized" } } */
+/* { dg-final { scan-tree-dump-times " <= 8191" 1 "optimized" } } */
 
 int
 f1 (int x, int y)


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

only message in thread, other threads:[~2020-12-31 23:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-31 23:04 [gcc r11-6382] testsuite: Fix up pr56719.c testcase [PR98489] Jakub Jelinek

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).