This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]