]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/68319 (ICE on using interface with included entry)
authorSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 13 Nov 2015 21:11:42 +0000 (21:11 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 13 Nov 2015 21:11:42 +0000 (21:11 +0000)
commit5f0ba74583162080121162e6832e131222a97e78
tree7f2c561457336fc4f7da2aca28df95d5c98a0c45
parentae66757f2399774a38d73c1fce3344d04e2a56e2
re PR fortran/68319 (ICE on using interface with included entry)

2015-11-13  Steven G. Kargl  <kargl@gccc.gnu.org>

PR fortran/68319
* decl.c (gfc_match_data, gfc_match_entry): Enforce F2008:C1206.
* io.c (gfc_match_format): Ditto.
* match.c (gfc_match_st_function): Ditto.

2015-11-13  Steven G. Kargl  <kargl@gccc.gnu.org>

PR fortran/68319
* gfortran.dg/pr68319.f90: New test.

From-SVN: r230351
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/io.c
gcc/fortran/match.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr68319.f90 [new file with mode: 0644]