OSDN Git Service

ChangeLogs fixed, again.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / f2003_io_3.f03
index 5b3fb59..37c07e3 100644 (file)
@@ -11,7 +11,7 @@ a = 43.21
 WRITE(99,'(10f8.3)',decimal="comma") a
 rewind(99)
 read(99,'(dc,10f8.3)',blank=msg) b
-write(99,'(dp,10f8.3)',round="up") ! { dg-error "not implemented" }
+write(99,'(dp,10f8.3)',round="up")
 rewind(99)
 read(99,'(10f8.3)',pad="yes")
 msg="suppress"