Commit 066a368f by Jerry DeLisle

inline_1.f90: Fix test.

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

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

From-SVN: r126131
parent 874d7c2f
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> 2007-06-29 Douglas Gregor <doug.gregor@gmail.com>
* g++.dg/other/canon-31724.C: New. * g++.dg/other/canon-31724.C: New.
...@@ -11,7 +11,7 @@ contains ...@@ -11,7 +11,7 @@ contains
maxerr1 = funk (r ,x1 , x1) maxerr1 = funk (r ,x1 , x1)
end do end do
if (debug) then if (debug) then
print "help" print *, "help"
end if end if
end subroutine fit end subroutine fit
end program gfcbug43 end program gfcbug43
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment