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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>:

https://gcc.gnu.org/g:2e4bf373f2ae97be3adc654054e7e8a982813766

commit r12-6889-g2e4bf373f2ae97be3adc654054e7e8a982813766
Author: Andrew Pinski <apin...@marvell.com>
Date:   Thu Jan 27 10:28:28 2022 +0000

    Fix aarch64/104201: branch-protection-attr.c fails after quoting difference

    After the quoting changes in r12-6521-g03a1a86b5ee40d4e240,
branch-protection-attr.c
    fails due to expecting a different quoting type for "leaf".
    This patch changes the quoting from "" to '' as that is what is used now.

    Committed as obvious after a test of the testcase.

    gcc/testsuite/ChangeLog:

            PR target/104201
            * gcc.target/aarch64/branch-protection-attr.c: Fix quoting for
            the expected error message on line 5 of leaf.

Reply via email to