This is the mail archive of the gcc-cvs@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]

r226717 - in /branches/gcc-5-branch/gcc: fortra...


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


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