[Bug fortran/39654] ABI bug: FTELL intrinsic function not capable of large files

2012-06-21 Thread jb at gcc dot gnu.org
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=gccview=revrev=188858
Log:
PR 39654 FTELL intrinsic function return type.

frontend ChangeLog:

2012-06-21  Janne Blomqvist  j...@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  j...@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


[Bug fortran/39654] ABI bug: FTELL intrinsic function not capable of large files

2012-06-21 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39654

Janne Blomqvist jb at gcc dot gnu.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #9 from Janne Blomqvist jb at gcc dot gnu.org 2012-06-21 19:53:06 
UTC ---
Fixed, closing.


[Bug fortran/39654] ABI bug: FTELL intrinsic function not capable of large files

2012-06-20 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39654

Janne Blomqvist jb at gcc dot gnu.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
URL||http://gcc.gnu.org/ml/gcc-p
   ||atches/2012-06/msg01378.htm
   ||l
 AssignedTo|unassigned at gcc dot   |jb at gcc dot gnu.org
   |gnu.org |

--- Comment #7 from Janne Blomqvist jb at gcc dot gnu.org 2012-06-20 21:31:54 
UTC ---
Patch here: http://gcc.gnu.org/ml/gcc-patches/2012-06/msg01378.html


[Bug fortran/39654] ABI bug: FTELL intrinsic function not capable of large files

2010-08-27 Thread fxcoudert at gcc dot gnu dot org


-- 

fxcoudert at gcc dot gnu dot org changed:

   What|Removed |Added

   Severity|normal  |enhancement
 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2010-08-27 13:27:43
   date||


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



[Bug fortran/39654] ABI bug: FTELL intrinsic function not capable of large files

2009-12-19 Thread jb at gcc dot gnu dot org


--- Comment #6 from jb at gcc dot gnu dot org  2009-12-19 11:03 ---
(In reply to comment #5)
 (In reply to comment #4)
  (In reply to comment #3)
 
 Gentlemen,
 
 What is the word on this? A WONTFIX?

Certainly this should be fixed, eventually. Whether it will be fixed for 4.5 or
sometime later remains to be seen. Personally, I don't think it's particularly
high priority.


-- 


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



[Bug fortran/39654] ABI bug: FTELL intrinsic function not capable of large files

2009-12-17 Thread pault at gcc dot gnu dot org


--- Comment #5 from pault at gcc dot gnu dot org  2009-12-17 21:04 ---
(In reply to comment #4)
 (In reply to comment #3)

Gentlemen,

What is the word on this? A WONTFIX?

Paul


-- 


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



[Bug fortran/39654] ABI bug: FTELL intrinsic function not capable of large files

2009-07-29 Thread jb at gcc dot gnu dot org


--- Comment #4 from jb at gcc dot gnu dot org  2009-07-29 12:46 ---
(In reply to comment #3)
 Is there a particular reason why we can not change this to off_t with 4.5.?
 

Yes, it would break the ABI. As it's such a minor issue, IMHO it can be
postponed until we need to break the ABI for other reasons (e.g. the new array
descriptor for 4.6 and so on).

If one really wanted to fix it, we could have a new symbol in the library with
the correct prototype, and 4.5 could use that and older releases of gfortran
keep using the existing one. That can be done with symbol versioning, or just
manually. But I'm not sure it's worth the bother.


-- 

jb at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||jvdelisle at gcc dot gnu dot
   ||org


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



[Bug fortran/39654] ABI bug: FTELL intrinsic function not capable of large files

2009-07-21 Thread jvdelisle at gcc dot gnu dot org


--- Comment #3 from jvdelisle at gcc dot gnu dot org  2009-07-22 00:02 
---
Is there a particular reason why we can not change this to off_t with 4.5.?


-- 


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



[Bug fortran/39654] ABI bug: FTELL intrinsic function not capable of large files

2009-05-27 Thread burnus at gcc dot gnu dot org


--- Comment #1 from burnus at gcc dot gnu dot org  2009-05-27 17:29 ---
See also: http://gcc.gnu.org/wiki/LibgfortranAbiCleanup


-- 


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



[Bug fortran/39654] ABI bug: FTELL intrinsic function not capable of large files

2009-05-27 Thread jb at gcc dot gnu dot org


--- Comment #2 from jb at gcc dot gnu dot org  2009-05-27 17:44 ---
(In reply to comment #1)
 See also: http://gcc.gnu.org/wiki/LibgfortranAbiCleanup
 

Yes, I know; I added the note to the wiki page after I filed this bug. ;-)


-- 


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