[Bug libfortran/79540] [7/8 Regression] FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test

dave.anglin at bell dot net gcc-bugzilla@gcc.gnu.org
Thu Oct 5 23:41:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79540

--- Comment #11 from dave.anglin at bell dot net ---
# ./pr79540
 print '(f1.0)',    100.000000      ! => len=    1 *: no digits print '(f2.0)',
   100.000000      ! => len=    0 : no digits
 print '(f3.0)',    100.000000      ! => len=    0 : no digits
 print '(f1.1)',    100.000000      ! => len=    1 *: no digits
 print '(f3.1)',    100.000000      ! => len=    0 : no digits

--
John David Anglin       dave.anglin@bell.net


More information about the Gcc-bugs mailing list