public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Removed charlen_03.f90 and charlen_10.f90 testcases
@ 2016-12-18 10:18 Steve Kargl
  0 siblings, 0 replies; only message in thread
From: Steve Kargl @ 2016-12-18 10:18 UTC (permalink / raw)
  To: fortran, gcc-patches

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-17 23:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-18 10:18 Removed charlen_03.f90 and charlen_10.f90 testcases Steve Kargl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).