[Bug libstdc++/91947] std::filesystem::file_size will return wrong value on 32bit platforms with large files support

fregloin at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Oct 2 11:40:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91947

--- Comment #3 from Fregl <fregloin at gmail dot com> ---
In out product we use 32 bit toolchain, but work with large files.
So there is only solution to use direct stat call insted fs::file_size?
It seems this is firm limitation.


More information about the Gcc-bugs mailing list