This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch, committed] inline_1.f90: Fix test.


Committed this patch as obvious. The test was passing because only a warning is given. An upcoming patch will make that an error.

Jerry

2007-06-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>

* gfortran.fortran-torture/compile/inline_1.f90: Fix test.

Index: gfortran.fortran-torture/compile/inline_1.f90
===================================================================
--- gfortran.fortran-torture/compile/inline_1.f90	(revision 126079)
+++ gfortran.fortran-torture/compile/inline_1.f90	(working copy)
@@ -11,7 +11,7 @@ contains
       maxerr1 = funk (r ,x1 , x1)
     end do
     if (debug) then
-      print "help"
+      print *, "help"
     end if
   end subroutine fit
 end program gfcbug43





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]