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 libfortran/25289] Cannot handle record numbers large than huge(0_4)



------- Comment #6 from jvdelisle at gcc dot gnu dot org  2006-07-24 00:19 -------
Subject: Bug 25289

Author: jvdelisle
Date: Mon Jul 24 00:19:45 2006
New Revision: 115700

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115700
Log:
2006-07-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR fortran/25289
        * gfortran.h: Declare gfc_large_io_int_kind.
        * trans-types.c (gfc_init_kinds): Set gfc_large_io_int_kind
        to size 8 or 4.
        * trans-io.c (enum iofield_type): Add large_io_int type.
        (gfc_build_st_parameter): Same.
        (gfc_build_io_library_fndecls): Same.
        * ioparm_def: Use large_io_int to define rec.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/ioparm.def
    trunk/gcc/fortran/trans-io.c
    trunk/gcc/fortran/trans-types.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25289


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