Commit 5e884ae3 by Steven G. Kargl

re PR fortran/83741 (ICE in gfc_match_allocate, at fortran/match.c:4074)

2018-01-08  Steven G. Kargl  <kargl@gcc.gnu.org>

	PR Fortran/83741
	* gfortran.dg/allocate_assumed_charlen_3.f90: New test.

From-SVN: r256366
parent 1a2f01ef
2018-01-08 Steven G. Kargl <kargl@gcc.gnu.org>
PR Fortran/83741
* gfortran.dg/allocate_assumed_charlen_3.f90: New test.
2018-01-08 Chih-Mao Chen <pkmx.tw@gmail.com>
Monk Chiang <sh.chiang04@gmail.com>
......
! { dg-do compile }
! PR Fortran/83741
! Contributed by Gerhard Steinmetz <gscfq at t-online dot de>
program p
allocate (character(*) :: x) ! { dg-error "Incompatible allocate-object" }
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment