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:
parent
8ccaace835
commit
efa84b0163
@ -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
|
||||
|
@ -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" }
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user