Commit efa84b01 by Steven G. Kargl

re PR fortran/78746 (charlen_03, charlen_10 ICE)

2016-12-17  Steven G. Kargl  <kargl@gcc.gnu.org>

	PR fortran/78746
	* charlen_03.f90: Remove test. 
	* charlen_10.f90: Ditto.

From-SVN: r243778
parent 8ccaace8
2016-12-17 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/78746
* charlen_03.f90: Remove test.
* charlen_10.f90: Ditto.
2016-12-17 Jakub Jelinek <jakub@redhat.com>
PR sanitizer/78832
......
! { dg-do compile }
! PR fortran/65173
program p
type t
character(:), allocatable :: x(n) ! { dg-error "must have a deferred shape" }
end type
end
! { dg-excess-errors "must be of INTEGER type" }
! { dg-do compile }
! PR fortran/65173
program p
type t
character(:), allocatable :: x(y)1 ! { dg-error "must have a deferred shape" }
end type
end
! { dg-excess-errors "must be of INTEGER type" }
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