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/86051] internal compiler error: in conv_function_val, at fortran/trans-expr.c:3717


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

--- Comment #7 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sat Jun  9 18:29:40 2018
New Revision: 261371

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

        PR fortran/85138
        PR fortran/85996
        PR fortran/86051
        * decl.c (gfc_match_char_spec): Use private namespace in attempt to
        reduce a charlen to a constant.

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

        PR fortran/85138
        PR fortran/85996
        PR fortran/86051
        * gfortran.dg/pr85138_1.f90: New test.
        * gfortran.dg/pr85138_2.f90: Ditto.
        * gfortran.dg/pr85996.f90: Ditto.

Added:
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pr85138_1.f90
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pr85138_2.f90
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pr85996.f90
Modified:
    branches/gcc-7-branch/gcc/fortran/ChangeLog
    branches/gcc-7-branch/gcc/fortran/decl.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog

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