From: H.J. Lu Date: Mon, 19 Jul 2010 13:35:19 +0000 (-0700) Subject: Remove gfortran.dg/data_implied_do_2.f90. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca90e7f6c12ddcf9f7ac890d07e168b0f2f21f1a;p=gcc.git Remove gfortran.dg/data_implied_do_2.f90. 2010-07-19 H.J. Lu PR fortran/44353 * gfortran.dg/data_implied_do_2.f90: Removed. From-SVN: r162305 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c898a9eea1b..3720357bf7f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-07-19 H.J. Lu + + PR fortran/44353 + * gfortran.dg/data_implied_do_2.f90: Removed. + 2010-07-19 Paolo Carlini PR c++/44969 @@ -53,15 +58,10 @@ * gcc.target/i386/vperm-v4sf-1.c: Use dg-require-effective-target sse_runtime. -2010-07-19 Paul Thomas - - PR fortran/44353 - * gfortran.dg/data_implied_do_2.f03 : Removed. - 2010-07-18 Paul Thomas 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 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 index e07690d4f62..00000000000 --- a/gcc/testsuite/gfortran.dg/data_implied_do_2.f90 +++ /dev/null @@ -1,10 +0,0 @@ -! { dg-do compile } -! Tests the fix for PR44353 -! -! Contributed by Vittorio Zecca -! - subroutine sub(i) - intent(in) i - integer ii(10) - data (ii(i),i=1,10) /10*0/ ! failed here - end