This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]