Commit ca90e7f6 by H.J. Lu

Remove gfortran.dg/data_implied_do_2.f90.

2010-07-19  H.J. Lu  <hongjiu.lu@intel.com>

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

From-SVN: r162305
parent 746e6327
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
......@@ -53,15 +58,10 @@
* 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>
......
! { 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment