This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Removed charlen_03.f90 and charlen_10.f90 testcases


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]