[Bug target/93615] [10 Regression] unwind.h on arm can't be compiled with -std=c11

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 10 14:36:00 GMT 2020


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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Christophe Lyon <clyon@gcc.gnu.org>:

https://gcc.gnu.org/g:5602b48b2ed84feb1a5792e3d73b00b42138ca6e

commit r10-6546-g5602b48b2ed84feb1a5792e3d73b00b42138ca6e
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date:   Mon Feb 10 12:54:39 2020 +0000

    arm: Fix up arm installed unwind.h for use in pedantic modes [PR93615]

    Commit r10-6500-g811a475ea3fcc55ee4aea7c81171891ef19dfc25 broke the
    GCC build for arm-none-uclinuxfdpiceabi, as it forgot to update some
    uses of gnu_Unwind_Find_got.

    2020-02-10  Christophe Lyon  <christophe.lyon@linaro.org>

        libgcc/
        PR target/93615
        * unwind-arm-common.inc: Replace uses of gnu_Unwind_Find_got with
        _Unwind_gnu_Find_got.
        * unwind-pe.h: Likewise.


More information about the Gcc-bugs mailing list