This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Removed charlen_03.f90 and charlen_10.f90 testcases
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Sat, 17 Dec 2016 15:18:33 -0800
- Subject: Removed charlen_03.f90 and charlen_10.f90 testcases
- Authentication-results: sourceware.org; auth=none
I have committed a patch to remove the charlen_03.f90 and
charlen_10.f90 testcases. These have been attached to PR
fortran/78746.
Index: ChangeLog
===================================================================
--- ChangeLog (revision 243777)
+++ ChangeLog (working copy)
@@ -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
Index: gfortran.dg/charlen_03.f90
===================================================================
--- gfortran.dg/charlen_03.f90 (revision 243777)
+++ gfortran.dg/charlen_03.f90 (nonexistent)
@@ -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" }
-
Index: gfortran.dg/charlen_10.f90
===================================================================
--- gfortran.dg/charlen_10.f90 (revision 243777)
+++ gfortran.dg/charlen_10.f90 (nonexistent)
@@ -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" }
-
--
Steve