This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch, fortran, testsuite] Add dg-do directive to advance_3.f90
- From: Brooks Moses <brooks dot moses at codesourcery dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: fortran at gcc dot gnu dot org
- Date: Mon, 18 Dec 2006 14:20:10 -0800
- Subject: [patch, fortran, testsuite] Add dg-do directive to advance_3.f90
Somehow, the dg-do compile directive got left off of advance_3.f90.
This patch restores it.
-----------------------------------------------------------------
2006-12-18 Brooks Moses <brooks.moses@codesourcery.com>
* gfortran.dg/advance_3.f90: Add dg-do compile directive.
-----------------------------------------------------------------
Tested on i686-pc-linux-gnu; committed to trunk and 4.2 as obvious.
- Brooks
Index: advance_3.f90
===================================================================
--- advance_3.f90 (revision 119846)
+++ advance_3.f90 (working copy)
@@ -1,3 +1,4 @@
+! { dg-do compile }
subroutine foo
real :: a
a = 1