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
+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
+++ /dev/null
-! { 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" }
-
+++ /dev/null
-! { 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" }
-