Commit aa18c0d3 by Paul Brook Committed by Paul Brook

* gfortran.dg/der_io_1.f90: Remove stray comma.

From-SVN: r85951
parent 4f613946
2004-08-13 Paul Brook <paul@codesourcery.com>
* gfortran.dg/der_io_1.f90: Remove stray comma.
2004-08-12 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/vmx/cw-bug-2.c: Remove.
......
......@@ -10,7 +10,7 @@ program der_io_1
v%p => i
i = 42
write (unit=s, fmt='(I2)'), v
write (unit=s, fmt='(I2)') v
if (s .ne. '42') call abort ()
end program
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment