This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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] | |
On Tue, Aug 29, 2006 at 08:52:44AM -0700, Vivek Rao wrote:integer, parameter :: Character_Storage_Size = 8 integer, parameter :: Error_Unit = 0 integer, parameter :: File_Storage_Size = 8 integer, parameter :: Input_Unit = 5 integer, parameter :: IOSTAT_END = -1 integer, parameter :: IOSTAT_EOR = -2 integer, parameter :: Numeric_Storage_Size = 32 integer, parameter :: Output_Unit = 6
end module ISO_FORTRAN_ENV
Everthing above matches gfortran with the possible exception of File_Storage_Size and Numeric_Storage_Size. I don't F2003 handy. What do these values means?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |