r254408 - in /branches/gcc-7-branch/gcc: fortra...
vehre@gcc.gnu.org
vehre@gcc.gnu.org
Sat Nov 4 14:37:00 GMT 2017
Author: vehre
Date: Sat Nov 4 14:37:03 2017
New Revision: 254408
URL: https://gcc.gnu.org/viewcvs?rev=254408&root=gcc&view=rev
Log:
gcc/fortran/ChangeLog:
2017-11-04 Andre Vehreschild <vehre@gcc.gnu.org>
* trans-expr.c (gfc_trans_assignment_1): Character kind conversion may
create a loop variant temporary, too.
* trans-intrinsic.c (conv_caf_send): Treat char arrays as arrays and
not as scalars.
* trans.c (get_array_span): Take the character kind into account when
doing pointer arithmetic.
gcc/testsuite/ChangeLog:
2017-11-04 Andre Vehreschild <vehre@gcc.gnu.org>
* gfortran.dg/coarray/send_char_array_1.f90: New test.
Added:
branches/gcc-7-branch/gcc/testsuite/gfortran.dg/coarray/send_char_array_1.f90
Modified:
branches/gcc-7-branch/gcc/fortran/ChangeLog
branches/gcc-7-branch/gcc/fortran/trans-expr.c
branches/gcc-7-branch/gcc/fortran/trans-intrinsic.c
branches/gcc-7-branch/gcc/fortran/trans.c
branches/gcc-7-branch/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list