OSDN Git Service

2005-12-17 Steven G. Kargl <kargls@comcast.net>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / e_d_fmt.f90
index 1abfa61..d463d89 100644 (file)
@@ -2,7 +2,7 @@
 ! Verify that the D format uses 'D' as the exponent character.
 !   "     "    "  E   "     "   'E' "   "     "         " 
 CHARACTER*10 c1, c2
-REAL*8 r
+REAL(kind=8) r
 r = 1.0
 write(c1,"(e9.2)") r
 write(c2,"(d9.2)") r