https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56719

--- Comment #11 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

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

commit r11-6382-g3ab7a91f36c898b9da665e5e36318a1d9ff12946
Author: Jakub Jelinek <ja...@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  <ja...@redhat.com>

            PR testsuite/98489
            PR tree-optimization/56719
            * gcc.dg/tree-ssa/pr56719.c: Remove semicolon from
            scan-tree-dump-times regexps.

Reply via email to