Commit 6a57b9ee by Thomas Koenig

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
parent b2edc921
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.
......
! { 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)
......
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