Commit 760eb3ea by Jerry DeLisle

math.f90: Fix typo.

2007-02-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	* gfortran.fortran-torture/execute/math.f90: Fix typo.

From-SVN: r121984
parent 4e031e7e
2007-02-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* gfortran.fortran-torture/execute/math.f90: Fix typo.
2007-02-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/30779
* gfortran.dg/error_recovery_3.f90: New test.
......@@ -24,7 +24,7 @@ program testmath
real(kind=8) q, two8, half8
complex(kind=4) cr
complex(kind=8) cq
external dotest, dotest2
external dotest, dotestc
two4 = 2.0
two8 = 2.0_8
......
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