f77(1) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

f77(1)

f77(1)                           User Commands                          f77(1)



NAME
       f77 - FORTRAN 77 compiler

DESCRIPTION
       Oracle  Developer Studio software no longer includes a separate FORTRAN
       77 compiler, f77. Recent releases migrated  many  FORTRAN  77  features
       into the Fortran 95 compiler, f95. Much of the functionality of the f77
       compiler is now available with the Fortran 95 compiler.


       With current Oracle Developer Studio compiler releases, the f77 command
       calls the f95 compiler with an appropriate set of defaults:


         f95 -f77 -ftrap=%none




       If  you  are also compiling with the -fast flag, add -ftrap=%none after
       -fast to retain Fortran 77's trapping  behavior  on  arithmetic  excep‐
       tions. -fast sets the trapping mode to "common".


         f77 -fast -ftrap=%none




       Invoking  the f77 script issues a message to alert you to the fact that
       you are using the f95 compiler in -f77 compatibility mode. You can dis‐
       able this message by adding -errtags=INVOKE to the command line.


       See the f95(1) man page for more information.



Studio 12.6                       April 2016                            f77(1)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3