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 c/36913] rewind does not work for files over 8GB



------- 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


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