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/31219] ICE on array of character function results



------- Comment #9 from pault at gcc dot gnu dot org  2007-05-26 11:25 -------
Subject: Bug 31219

Author: pault
Date: Sat May 26 11:25:36 2007
New Revision: 125088

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125088
Log:
2007-05-26 Paul Thomas <pault@gcc.gnu.org>

        PR fortran/31219
        * trans.h : Add no_function_call bitfield to gfc_se structure.
        Add stmtblock_t argument to prototype of get_array_ctor_strlen.
        * trans-array.c (get_array_ctor_all_strlen): New function.
        (get_array_ctor_strlen): Add new stmtblock_t argument and call
        new function for character elements that are not constants,
        arrays or variables.
        (gfc_conv_array_parameter): Call get_array_ctor_strlen to get
        good string length.
        * trans-intrinsic (gfc_conv_intrinsic_len): Add new argument
        to call of get_array_ctor_strlen.


2007-05-26 Paul Thomas <pault@gcc.gnu.org>

        PR fortran/31219
        * gfortran.dg/array_constructor_17.f90: New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/array_constructor_17.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-array.c
    trunk/gcc/fortran/trans-intrinsic.c
    trunk/gcc/fortran/trans.h
    trunk/gcc/testsuite/ChangeLog


-- 


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


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