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 ada/12888] ada can't open files larger than 2**31 - 1 byte


------- Additional Comments From bosch at gcc dot gnu dot org  2005-02-24 22:40 -------
It is OK for an Ada implementation to have capacity limits. In this case the limits are caused by the 
underlying OS, the corresponding C library functions have the same limitation. Indeed, it would be nice 
to remove this limitation by using the appropriate new C library functions on targets where needed/
supported, but this clearly is an enhancement request.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


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


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