This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] Fix fortran/29951, transfer vs arrays to scalars
- From: Paul Thomas <paulthomas2 at wanadoo dot fr>
- To: Andrew Pinski <pinskia at gmail dot com>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Sat, 25 Nov 2006 15:47:32 +0100
- Subject: Re: [PATCH] Fix fortran/29951, transfer vs arrays to scalars
- References: <1164443039.19849.107.camel@celery.andrew.com>
ChangeLog:
* trans-intrinsic.c (gfc_conv_intrinsic_transfer): Change to
call memcpy instead of creating a VIEW_CONVERT_EXRP.
* gfortran.fortran-torture/execute/transfer2.f90: New test.
OK
Thanks, Andrew
Paul