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]

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


Author: pault
Date: Wed Sep  7 17:27:45 2016
New Revision: 240029

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

	* trans-expr.c (gfc_conv_scalar_to_descriptor): Correct error
	in setting 'type'.
	(gfc_conv_intrinsic_to_class): Use the expression typespec for
	unlimited polymorphic classes.
	* trans-intrinsic.c (conv_isocbinding_subroutine): Set the elem
	len field of the descriptor.
	* trans-stmt.c (trans_associate_var): Build a null descriptor
	for the associate name, if the target is unlimited polymorphic,
	and copy the dtype, element length and stride measures to the
	associate name.


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


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