OSDN Git Service

2005-12-17 Steven G. Kargl <kargls@comcast.net>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / ftell_1.f90
index eb09caf..4f617ac 100644 (file)
@@ -1,5 +1,5 @@
 ! { dg-do run }
-  integer*8 o, o2
+  integer(kind=8) o, o2
 
   open (10, status="scratch")
   call ftell (10, o)