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

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

https://gcc.gnu.org/g:f123dbb2dd2b3f7be81c90258ade9e6099ba19e3

commit r10-8209-gf123dbb2dd2b3f7be81c90258ade9e6099ba19e3
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Fri May 29 19:01:50 2020 +0200

    libgfortran: Export forgotten _gfortran_{,m,s}findloc{0,1}_c10 [PR95390]

    I have noticed we don't export these 6 symbols and thus the testcase
    below fails to link.

    2020-05-29  Jakub Jelinek  <ja...@redhat.com>

            PR libfortran/95390
            * gfortran.dg/findloc_8.f90: New test.

            * Makefile.am (i_findloc0_c): Add findloc0_i10.c.
            (i_findloc1_c): Add findloc1_i10.c.
            * gfortran.map (GFORTRAN_10.2): New symbol version, export
            _gfortran_{,m,s}findloc{0,1}_c10 symbols.
            * Makefile.in: Regenerated.
            * generated/findloc0_c10.c: Generated.
            * generated/findloc1_c10.c: Generated.

    (cherry picked from commit 316fe6b40165c26b30375f8ad85384379133f89b)

Reply via email to