Commit 87ac6a50 by Francois-Xavier Coudert Committed by François-Xavier Coudert

* gfortran.dg/pr20755.f: Fixed bad format.

From-SVN: r97650
parent f430bae8
2005-04-05 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* gfortran.dg/pr20755.f: Fixed bad format.
2005-04-05 Mark Mitchell <mark@codesourcery.com>
PR c++/20763
......
......@@ -6,5 +6,5 @@
if (s .ne. " 0.00 2.000E-02") call abort
write (s,2000) 0.01, 0.02
if (s .ne. " 1.000E-02 2.000E-02") call abort
2000 format (1P2G12.3)
2000 format (1PG12.3,G12.3)
end
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