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

[Bug fortran/24557] ICE: PRINTing function result of size depending on assumed length CHARACTER dummy



------- Comment #4 from pault at gcc dot gnu dot org  2006-02-16 07:04 -------
Subject: Bug 24557

Author: pault
Date: Thu Feb 16 07:04:13 2006
New Revision: 111130

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111130
Log:
2005-02-16  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/24557
        * 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-16  Paul Thomas  <pault@gcc.gnu.org>

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


Added:
    trunk/gcc/testsuite/gfortran.dg/assumed_charlen_needed_1.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-expr.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24557


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