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