Bug 98489 - New test case gcc.dg/tree-ssa/pr56719.c in r11-6374 has two failures
Summary: New test case gcc.dg/tree-ssa/pr56719.c in r11-6374 has two failures
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 11.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-31 17:27 UTC by seurer
Modified: 2024-02-22 22:57 UTC (History)
2 users (show)

See Also:
Host: powerpc64*-linux-gnu
Target: powerpc64*-linux-gnu
Build: powerpc64*-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description seurer 2020-12-31 17:27:42 UTC
g:d96b8556e569a1ccce36ef990e167031d07a661a, r11-6374
make  -k check-gcc RUNTESTFLAGS="tree-ssa.exp=gcc.dg/tree-ssa/pr56719.c"
FAIL: gcc.dg/tree-ssa/pr56719.c scan-tree-dump-times optimized " > 8191;" 1
FAIL: gcc.dg/tree-ssa/pr56719.c scan-tree-dump-times optimized " <= 8191;" 1
# of expected passes		5
# of unexpected failures	2
Comment 1 GCC Commits 2020-12-31 23:04:44 UTC
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

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.
Comment 2 Richard Biener 2021-01-05 10:51:31 UTC
Fixed.