public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/39654]  New: ABI bug: FTELL intrinsic function not capable of large files
@ 2009-04-05 17:17 jb at gcc dot gnu dot org
  2009-05-27 17:29 ` [Bug fortran/39654] " burnus at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: jb at gcc dot gnu dot org @ 2009-04-05 17:17 UTC (permalink / raw)
  To: gcc-bugs

The FTELL function in libgfortran/io/intrinsics.c has the prototype

extern size_t PREFIX(ftell) (int *);

where the return value is the file position of the unit given in the int
argument. On 32-bit platforms this will not work for files > 4 GB. The return
type should be GFC_IO_INT which is a typedef for off_t which is 64-bit on LFS
capable systems.


-- 
           Summary: ABI bug: FTELL intrinsic function not capable of large
                    files
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jb at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 11+ messages in thread
[parent not found: <bug-39654-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2012-06-21 19:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-05 17:17 [Bug fortran/39654] New: ABI bug: FTELL intrinsic function not capable of large files jb at gcc dot gnu dot org
2009-05-27 17:29 ` [Bug fortran/39654] " burnus at gcc dot gnu dot org
2009-05-27 17:44 ` jb at gcc dot gnu dot org
2009-07-22  0:02 ` jvdelisle at gcc dot gnu dot org
2009-07-29 12:47 ` jb at gcc dot gnu dot org
2009-12-17 21:05 ` pault at gcc dot gnu dot org
2009-12-19 11:03 ` jb at gcc dot gnu dot org
2010-08-27 13:28 ` fxcoudert at gcc dot gnu dot org
     [not found] <bug-39654-4@http.gcc.gnu.org/bugzilla/>
2012-06-20 21:32 ` jb at gcc dot gnu.org
2012-06-21 18:47 ` jb at gcc dot gnu.org
2012-06-21 19:53 ` jb at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).