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
This commit is contained in:
Steven G. Kargl 2016-12-17 23:10:01 +00:00
parent 8ccaace835
commit efa84b0163
3 changed files with 6 additions and 18 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -1,9 +0,0 @@
! { 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" }

View File

@ -1,9 +0,0 @@
! { 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" }