2007-02-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Feb 2007 06:55:48 +0000 (06:55 +0000)
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Feb 2007 06:55:48 +0000 (06:55 +0000)
* gfortran.fortran-torture/execute/math.f90: Fix typo.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.fortran-torture/execute/math.f90

index 68dac0a..91420fc 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
index 4f54dcf..c21da09 100644 (file)
@@ -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