[Bug fortran/66929] [6 regression] ICE with iso_varying_string

mikael at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Aug 7 09:56:00 GMT 2015


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

--- Comment #11 from Mikael Morin <mikael at gcc dot gnu.org> ---
Author: mikael
Date: Fri Aug  7 09:55:36 2015
New Revision: 226718

URL: https://gcc.gnu.org/viewcvs?rev=226718&root=gcc&view=rev
Log:
Fix elemental wrong-code

        PR fortran/66929
gcc/fortran/
        * trans-array.c (gfc_get_proc_ifc_for_expr): Use esym as procedure
        symbol if available.
gcc/testsuite/
        * gfortran.dg/generic_30.f90: New.
        * gfortran.dg/generic_31.f90: New.


Added:
    branches/gcc-4_9-branch/gcc/testsuite/gfortran.dg/generic_30.f90
    branches/gcc-4_9-branch/gcc/testsuite/gfortran.dg/generic_31.f90
Modified:
    branches/gcc-4_9-branch/gcc/fortran/ChangeLog
    branches/gcc-4_9-branch/gcc/fortran/trans-array.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog



More information about the Gcc-bugs mailing list