This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/36913] rewind does not work for files over 8GB
- From: "paolo dot carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jul 2008 12:44:42 -0000
- Subject: [Bug c/36913] rewind does not work for files over 8GB
- References: <bug-36913-16509@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from paolo dot carlini at oracle dot com 2008-07-24 12:44 -------
(In reply to comment #2)
> Do you imply that it's source is universal? If so, can it be true that the GNU
> implementation of some lower level function called by 'rewind' is incorrect?
I meant simply that one thing is the (C, whatever) compiler (this is the
Bugzilla for the GNU *compiler* collection), one thing is the C library. rewind
is a C library function. Likely you are experiencing a problem with the LFS
feature (support for files bigger than 2G on 32bit platforms) of your C
library. Please further investigate and then, in case, report about it in
proper place.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36913