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

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-15 branch has been updated by Jakub Jelinek
<ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:9d19251042f14fe84a5edc82b1a2b49ace6da6a1

commit r15-9639-g9d19251042f14fe84a5edc82b1a2b49ace6da6a1
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Wed May 7 18:46:51 2025 +0200

    libfortran: Readd 15 accidentally removed libgfortran symbols [PR120152]

    The r15-4124-gc0002a675a92e76d change seems to have accidentally
    dropped 5 sourcefiles from i_maxloc1_c, which resulted in dropping
    15 GFORTRAN_8 symbols on x86_64 and 6 on i686.

    The following patch adds it back, so that we export those symbols
    again, fixing the ABI problem.

    2025-05-07  Jakub Jelinek  <ja...@redhat.com>

            PR libfortran/120152
            * Makefile.am (i_maxloc1_c): Readd generated/maxloc1_4_i8.c,
            generated/maxloc1_8_i8.c, generated/maxloc1_16_i8.c,
            generated/maxloc1_4_i16.c, generated/maxloc1_8_i16.c.  Move
            generated/maxloc1_16_i16.c entry earlier in the list.
            * Makefile.in: Regenerated.

    (cherry picked from commit 41c8e9b61defb6c616bf35ac9693a52f848afca3)

Reply via email to