Remove gfortran.dg/data_implied_do_2.f90.
authorH.J. Lu <hjl@gcc.gnu.org>
Mon, 19 Jul 2010 13:35:19 +0000 (06:35 -0700)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 19 Jul 2010 13:35:19 +0000 (06:35 -0700)
2010-07-19  H.J. Lu  <hongjiu.lu@intel.com>

PR fortran/44353
* gfortran.dg/data_implied_do_2.f90: Removed.

From-SVN: r162305

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/data_implied_do_2.f90 [deleted file]

index c898a9eea1bf1df73d15d96253be0e2ce6485544..3720357bf7f34924f682cc3dd99c3206481f5993 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR fortran/44353
+       * gfortran.dg/data_implied_do_2.f90: Removed.
+
 2010-07-19  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/44969
        * gcc.target/i386/vperm-v4sf-1.c: Use dg-require-effective-target
        sse_runtime.
 
-2010-07-19  Paul Thomas  <pault@gcc.gnu.org>
-
-       PR fortran/44353
-       * gfortran.dg/data_implied_do_2.f03 : Removed.
-
 2010-07-18  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/44353
-       * gfortran.dg/data_implied_do_2.f03 : New test.
+       * gfortran.dg/data_implied_do_2.f90: New test.
 
 2010-07-18  Richard Sandiford  <rdsandiford@googlemail.com>
 
diff --git a/gcc/testsuite/gfortran.dg/data_implied_do_2.f90 b/gcc/testsuite/gfortran.dg/data_implied_do_2.f90
deleted file mode 100644 (file)
index e07690d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-! { dg-do compile }
-! Tests the fix for PR44353
-!
-! Contributed by Vittorio Zecca <zeccav@gmail.com>
-!
-      subroutine sub(i)
-      intent(in) i
-      integer ii(10)
-      data (ii(i),i=1,10) /10*0/ ! failed here
-      end