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/77507] gfortran rejects keyworded calls to procedures from intrinsic modules


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

--- Comment #7 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Sep 29 20:32:22 2016
New Revision: 240636

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

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

        PR fortran/77507
        * intrinsic.c (add_functions):  Use correct keyword.

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

        Backport from trunk
        PR fortran/77507
        * ieee/ieee_arithmetic.F90 (IEEE_VALUE_4,IEEE_VALUE_8,IEEE_VALULE_10,
        IEEE_VALUE_16):  Use correct keyword.

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

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

        PR fortran/77507
        * gfortran.dg/pr77507.f90: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/ieee/pr77507.f90
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr77506.f90
Modified:
    branches/gcc-5-branch/gcc/fortran/ChangeLog
    branches/gcc-5-branch/gcc/fortran/array.c
    branches/gcc-5-branch/gcc/fortran/intrinsic.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/c_assoc_2.f03
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/c_assoc_4.f90
    branches/gcc-5-branch/libgfortran/ChangeLog
    branches/gcc-5-branch/libgfortran/ieee/ieee_arithmetic.F90

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