public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/111022] New: ES0.0E0 format gave ES0.dE0 output with d too high.
@ 2023-08-15  4:41 john.harper at vuw dot ac.nz
  2023-08-15 19:45 ` [Bug libfortran/111022] " anlauf at gcc dot gnu.org
                   ` (37 more replies)
  0 siblings, 38 replies; 39+ messages in thread
From: john.harper at vuw dot ac.nz @ 2023-08-15  4:41 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 111022
           Summary: ES0.0E0 format gave ES0.dE0 output with d too high.
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: john.harper at vuw dot ac.nz
  Target Milestone: ---

This 3-line Fortran program:

  print "(ES0.0E0)", -666e0
  print "(ES0.0E0)", -666d0
  end program

printed

-6.660000000E+2
-6.66000000000000000E+2

but I think it should have printed 

-7.E+2
-7.E+2

which is what ifort printed with the same program.

^ permalink raw reply	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2024-02-13  0:43 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-15  4:41 [Bug fortran/111022] New: ES0.0E0 format gave ES0.dE0 output with d too high john.harper at vuw dot ac.nz
2023-08-15 19:45 ` [Bug libfortran/111022] " anlauf at gcc dot gnu.org
2023-08-15 23:49 ` john.harper at vuw dot ac.nz
2023-08-16  0:15 ` jvdelisle at gcc dot gnu.org
2023-08-16  3:39 ` jvdelisle at gcc dot gnu.org
2023-08-23  5:46 ` john.harper at vuw dot ac.nz
2023-08-25  0:48 ` jvdelisle at gcc dot gnu.org
2023-08-26  4:26 ` jvdelisle at gcc dot gnu.org
2023-08-26  5:40 ` john.harper at vuw dot ac.nz
2023-08-27 15:38 ` jvdelisle at gcc dot gnu.org
2023-08-27 19:41 ` anlauf at gcc dot gnu.org
2023-08-27 21:40 ` john.harper at vuw dot ac.nz
2023-08-27 22:17 ` jvdelisle at gcc dot gnu.org
2023-08-28  1:26 ` john.harper at vuw dot ac.nz
2023-08-28  1:44 ` john.harper at vuw dot ac.nz
2023-08-29 23:45 ` john.harper at vuw dot ac.nz
2023-08-30  0:30 ` jvdelisle at gcc dot gnu.org
2023-09-03 16:20 ` jvdelisle at gcc dot gnu.org
2023-09-04 17:12 ` jvdelisle at gcc dot gnu.org
2023-09-04 18:38 ` anlauf at gcc dot gnu.org
2023-09-04 22:32 ` john.harper at vuw dot ac.nz
2023-09-05  2:57 ` jvdelisle at gcc dot gnu.org
2023-10-15  2:12 ` jvdelisle at gcc dot gnu.org
2023-10-15  7:03 ` john.harper at vuw dot ac.nz
2024-01-25 22:21 ` jvdelisle at gcc dot gnu.org
2024-01-26  5:24 ` john.harper at vuw dot ac.nz
2024-01-26 18:29 ` anlauf at gcc dot gnu.org
2024-01-26 18:50 ` jvdelisle at gcc dot gnu.org
2024-01-30 13:19 ` jvdelisle at gcc dot gnu.org
2024-02-03 17:33 ` cvs-commit at gcc dot gnu.org
2024-02-11 22:19 ` nightstrike at gmail dot com
2024-02-11 22:21 ` anlauf at gcc dot gnu.org
2024-02-11 22:25 ` nightstrike at gmail dot com
2024-02-11 22:30 ` nightstrike at gmail dot com
2024-02-11 22:58 ` anlauf at gcc dot gnu.org
2024-02-12  2:40 ` nightstrike at gmail dot com
2024-02-12 20:12 ` jvdelisle at gcc dot gnu.org
2024-02-13  0:42 ` cvs-commit at gcc dot gnu.org
2024-02-13  0:43 ` jvdelisle at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).