testsuite: Fix up pr56719.c testcase [PR98489]
authorJakub Jelinek <jakub@redhat.com>
Thu, 31 Dec 2020 23:03:35 +0000 (00:03 +0100)
committerJakub Jelinek <jakub@redhat.com>
Thu, 31 Dec 2020 23:03:35 +0000 (00:03 +0100)
commit3ab7a91f36c898b9da665e5e36318a1d9ff12946
tree531587d4a6e799f0a05dcadc08eeb8515b82c9a4
parent58a12b0eadac62e691fcf7325ab2bc2c93d46b61
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.
gcc/testsuite/gcc.dg/tree-ssa/pr56719.c