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: "jvdelisle 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 06:27:40 -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 #9 from jvdelisle at gcc dot gnu dot org 2008-01-31 06:27 -------
Sun f95 gives:
****** FORTRAN RUN-TIME SYSTEM ******
Error 1078: scale factor out of range
Location: the WRITE statement at line 2 of "pr35036.f"
Unit: *
File: standard output
Aborted
ifort gives:
$ ifort pr35036.f90
$ ./a.out
********
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35036