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

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

commit r13-4265-gd601708870ad8dc3ef935e440bf03394891d42e2
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Wed Nov 23 14:43:48 2022 +0100

    diagnostics: Fix selftest ICE in certain locales [PR107722]

    As reported in the PR, since special_fname_builtin () call has been
    introduced, the diagnostics code compares filename against _("<built-in>")
    rather than "<built-in>", which means that if self tests are performed
    with the string being translated, one self-test fails.
    The following patch fixes that.

    2022-11-23  Jakub Jelinek  <ja...@redhat.com>

            PR bootstrap/107722
            * diagnostic.cc (test_diagnostic_get_location_text): Test
            special_fname_builtin () rather than "<built-in>" and expect
            special_fname_builtin () concatenated with ":" for it.

Reply via email to