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

2019-10-01 Thread fregloin at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: fregloin at gmail dot com Target Milestone: --- std::filesystem::file_size will return wrong value on 32bit platforms with large files support /trunk

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

2019-10-02 Thread fregloin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91947 --- Comment #3 from Fregl --- 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.