2007-06-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Jun 2007 23:29:41 +0000 (23:29 +0000)
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Jun 2007 23:29:41 +0000 (23:29 +0000)
* gfortran.fortran-torture/compile/inline_1.f90: Fix test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126131 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b8ab6e5..e848e23 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 58c02f2..4c05baa 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