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/77506] F2008 Standard does not allow CHARACTER(LEN=*) in array constructor


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77506

--- Comment #3 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Fri Sep  9 18:04:23 2016
New Revision: 240052

URL: https://gcc.gnu.org/viewcvs?rev=240052&root=gcc&view=rev
Log:
2016-09-09  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/77506
        * array.c (gfc_match_array_constructor): CHARACTER(len=*) cannot
        appear in an array constructor.

2016-09-09  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/77506
        * gfortran.dg/pr77506.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/pr77506.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/array.c
    trunk/gcc/testsuite/ChangeLog

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