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

Re: [Patch, fortran] PR24557 - character(*) dummy used in result specification expression


Tobi,

Paul Thomas wrote:


2005-02-07 Paul Thomas <pault@gcc.gnu.org>

PR fortran/25964
* trans-expr.c (gfc_add_interface_mapping): Use the actual argument
for character(*) arrays, rather than casting to the type and kind
parameters of the formal argument.
2005-02-07 Paul Thomas <pault@gcc.gnu.org>


PR fortran/25964
* gfortran.dg/assumed_charlen_needed_1.f90: New test.



This is ok. I assume you decided it was clearer to not merge the new else if
with the preceding one.


That is what I decided at the end; I confess that "evolution" brought it to pass.

Thanks - will commit tomorrow morning.

Paul


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