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/39654] ABI bug: FTELL intrinsic function not capable of large files


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

--- Comment #8 from Janne Blomqvist <jb at gcc dot gnu.org> 2012-06-21 18:47:06 UTC ---
Author: jb
Date: Thu Jun 21 18:47:01 2012
New Revision: 188858

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188858
Log:
PR 39654 FTELL intrinsic function return type.

frontend ChangeLog:

2012-06-21  Janne Blomqvist  <jb@gcc.gnu.org>

    PR fortran/39654
    * iresolve.c (gfc_resolve_ftell): Fix result kind and use new
    library function.


library ChangeLog:

2012-06-21  Janne Blomqvist  <jb@gcc.gnu.org>

    PR fortran/39654
    * io/intrinsics.c (ftell2): New function.
    * gfortran.map (_gfortran_ftell2): Export function.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/iresolve.c
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/gfortran.map
    trunk/libgfortran/io/intrinsics.c


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