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

--- Comment #8 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:6bf5d9108ae2dcb6cb883442d7bd299fd8fc15e9

commit r12-5995-g6bf5d9108ae2dcb6cb883442d7bd299fd8fc15e9
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Wed Dec 15 11:18:14 2021 +0100

    testsuite: Fix up cpp23/auto-fncast11.C testcase [PR103408]

    This test fails:
    +FAIL: g++.dg/cpp23/auto-fncast11.C  -std=c++2b  (test for errors, line 19)
    +FAIL: g++.dg/cpp23/auto-fncast11.C  -std=c++2b (test for excess errors)
    because the regex in dg-error was missing an indefinite article.

    2021-12-15  Jakub Jelinek  <ja...@redhat.com>

            PR c++/103408
            * g++.dg/cpp23/auto-fncast11.C: Fix expected diagnostic wording.

Reply via email to