]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix the tests I just committed to be the correct tests.
authorAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 9 Jan 2006 20:18:37 +0000 (12:18 -0800)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 9 Jan 2006 20:18:37 +0000 (12:18 -0800)
From-SVN: r109506

gcc/testsuite/gfortran.dg/nesting_2.f90
gcc/testsuite/gfortran.dg/nesting_3.f90

index e3ec9c9958d9d37b03efde41cccf2e2f65e5602d..a260c04c732ac84ca706c286348d40fd1afebd80 100644 (file)
@@ -1,6 +1,7 @@
 ! check to make the nested function dawsonseries_v gets the correct
 ! fake return decl and that the outer (dawson_v) has an assignment of
 ! just the fake return decl for real and not the inner's return decl.
+! { dg-do compile }
 FUNCTION dawson_v()
   IMPLICIT NONE
   REAL  :: dawson_v
index 0a052da893e8c5398f43b595b7e8c8e93a2aa771..234f50e2083fc864f7bed7d5a9311191fb7a5351 100644 (file)
@@ -1,6 +1,7 @@
 ! check to make the nested function dawsonseries_v gets the correct
 ! fake return decl and that the outer (dawson_v) has an assignment of
 ! just the fake return decl for real and not the inner's return decl.
+! { dg-do compile }
 FUNCTION dawson_v()
   IMPLICIT NONE
   REAL,DIMENSION(1)  :: dawson_v