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 fortran/35036] illegal E format descriptor produces wrong output



------- 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


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