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]

r240066 - in /branches/fortran-dev/gcc/fortran:...


Author: pault
Date: Sat Sep 10 09:26:37 2016
New Revision: 240066

URL: https://gcc.gnu.org/viewcvs?rev=240066&root=gcc&view=rev
Log:
2016-09-10  Paul Thomas  <pault@gcc.gnu.org>

	* trans-array.c (gfc_alloc_allocatable_for_assignment): Put
	calculation of element length before setting of extent and sm
	so that the element length field is set, ready for this.
	* trans-intrinsic.c (conv_isocbinding_subroutine): Set the elem
	len field of the descriptor.
	* trans-stmt.c (gfc_conv_intrinsic_size): The one that is
	subtracted from arg_2 has to be an integer_type.


Modified:
    branches/fortran-dev/gcc/fortran/ChangeLog.fortran-dev
    branches/fortran-dev/gcc/fortran/trans-array.c
    branches/fortran-dev/gcc/fortran/trans-intrinsic.c


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