[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:42:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66929
--- Comment #10 from Mikael Morin <mikael at gcc dot gnu.org> ---
Author: mikael
Date: Fri Aug 7 09:41:31 2015
New Revision: 226717
URL: https://gcc.gnu.org/viewcvs?rev=226717&root=gcc&view=rev
Log:
Fix latent 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/
PR fortran/66929
* gfortran.dg/generic_30.f90: New.
* gfortran.dg/generic_31.f90: New.
Added:
branches/gcc-5-branch/gcc/testsuite/gfortran.dg/generic_30.f90
branches/gcc-5-branch/gcc/testsuite/gfortran.dg/generic_31.f90
Modified:
branches/gcc-5-branch/gcc/fortran/ChangeLog
branches/gcc-5-branch/gcc/fortran/trans-array.c
branches/gcc-5-branch/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list