]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/85138 (ICE with generic function)
authorSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 9 Jun 2018 18:35:58 +0000 (18:35 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 9 Jun 2018 18:35:58 +0000 (18:35 +0000)
commit7369eb77a2e99f4c78126b6651c82e3e261a4a61
treec40913c9e0863d8e274b6ae75a8963be754ce2ae
parent3f3cd21290d0857d00d1cbb615371f676804f125
re PR fortran/85138 (ICE with generic function)

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.

From-SVN: r261372
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr85138_1.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/pr85138_2.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/pr85996.f90 [new file with mode: 0644]