* gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
authorPaul Brook <paul@codesourcery.com>
Sun, 27 Jun 2004 23:49:27 +0000 (23:49 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Sun, 27 Jun 2004 23:49:27 +0000 (23:49 +0000)
From-SVN: r83751

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

index 77d07bff4ccf9fce08455a1e2dc4c571afdb62d1..1a72169f9aabdba42a6f27bb4e064bbb98c353df 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-27  Paul Brook  <paul@codesourcery.com>
+
+       * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
+
 2004-06-27  Zack Weinberg  <zack@codesourcery.com>
 
        * g++.old-deja/g++.mike/p7325.C: Remove.
index d9f3ff0c7b2d980c293098f54ef20432a501d1a0..93957a571c3d276226927a16e721577c3e2a0e86 100644 (file)
@@ -52,6 +52,7 @@ end function
 end subroutine
 
 subroutine test_dprod(fn)
+  double precision fn
   if (abs (fn (2.0, 3.0) - 6d0) .gt. 0.00001) call abort
 end subroutine