inline_1.f90: Fix test.
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 29 Jun 2007 23:29:41 +0000 (23:29 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 29 Jun 2007 23:29:41 +0000 (23:29 +0000)
2007-06-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

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

From-SVN: r126131

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.fortran-torture/compile/inline_1.f90

index b8ab6e54a03d2f0fb0365b02b664556f9172cd59..e848e23f05b33aeda8aff4e032a5d51ea4ee82e5 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       * gfortran.fortran-torture/compile/inline_1.f90: Fix test.
+
 2007-06-29  Douglas Gregor  <doug.gregor@gmail.com>
 
        * g++.dg/other/canon-31724.C: New.
index 58c02f2c1a3581db238bd7cca83356152a237c84..4c05baaaa3e25201ecf2c44e9981b982f59ecbee 100644 (file)
@@ -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