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

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

https://gcc.gnu.org/g:6f9dfb4d759146eebf7f88ad519010ea2191bf3a

commit r13-7583-g6f9dfb4d759146eebf7f88ad519010ea2191bf3a
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.

    (cherry picked from commit 104b09005229ef48a79a33511ea192bb3ec3c415)

Reply via email to