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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Florian Weimer <f...@gcc.gnu.org>:

https://gcc.gnu.org/g:104b09005229ef48a79a33511ea192bb3ec3c415

commit r14-2426-g104b09005229ef48a79a33511ea192bb3ec3c415
Author: Florian Weimer <fwei...@redhat.com>
Date:   Tue Jul 11 06:19:39 2023 +0200

    libgcc: Fix -Wint-conversion warning in find_fde_tail

    Fixes commit r14-1614-g49310a99330849 ("libgcc: Fix eh_frame fast path
    in find_fde_tail").

    libgcc/

            PR libgcc/110179
            * unwind-dw2-fde-dip.c (find_fde_tail): Add cast to avoid
            implicit conversion of pointer value to integer.

Reply via email to