dependency_30.f90: Fix incorrect dg-do line.

2010-08-06  Thomas Koenig  <tkoenig@gcc.gnu.org>

	* gfortran.dg/dependency_30.f90:  Fix incorrect dg-do line.

From-SVN: r162957
This commit is contained in:
Thomas Koenig 2010-08-06 19:54:34 +00:00
parent b2edc92147
commit 6a57b9eeea
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-08-06 Thomas Koenig <tkoenig@gcc.gnu.org>
* gfortran.dg/dependency_30.f90: Fix incorrect dg-do line.
2010-08-06 Jason Merrill <jason@redhat.com>
* g++.dg/cpp0x/sfinae3.C: New.

View File

@ -1,4 +1,4 @@
! { do-do compile }
! { dg-do compile }
! { dg-options "-Warray-temporaries" }
! PR 45159 - make sure no temporary is created for this.
subroutine foo(a,b,i,j,k,n)