math.f90: Fix typo.
2007-02-15 Jerry DeLisle <jvdelisle@gcc.gnu.org> * gfortran.fortran-torture/execute/math.f90: Fix typo. From-SVN: r121984
This commit is contained in:
parent
4e031e7e40
commit
760eb3eabc
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue