This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/35036] illegal E format descriptor produces wrong output
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jan 2008 12:46:09 -0000
- Subject: [Bug fortran/35036] illegal E format descriptor produces wrong output
- References: <bug-35036-15709@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from burnus at gcc dot gnu dot org 2008-01-31 12:46 -------
(In reply to comment #9)
> Sun f95 gives:
> Error 1078: scale factor out of range
> ifort gives:
> ********
g95 and openf95 give the same result as ifort:
********
While NAG f95 follows sunf95 by giving the run-time error:
Scale factor 0 out of range for d=0
This is for "write(*, '(E8.0)') 1e5".
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35036