https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83279
--- Comment #7 from T B ---
Have you already tried it out?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83279
--- Comment #12 from T B ---
Thanks!
However, if I understand your code right, you simply fixed the error code,
right? So that it is still not possible to copy files larger than 2GiB.
Wouldn't it be possible to create a loop in which in each run
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83279
--- Comment #14 from T B ---
Then I have to reread the code, thank you.
I will mark this topic as resolved.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83279
T B changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83279
--- Comment #17 from T B ---
Okay, sorry.
Thanks for your efforts!
erity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: ta12ba34 at gmail dot com
Target Milestone: ---
GCC-version: 7.2.0
System: KDE neon (based on Ubuntu 16.04 LTS) x64, x86_64-linux-gnu
GCC-configuration-options: --
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83279
--- Comment #2 from T B ---
(In reply to Jonathan Wakely from comment #1)
> (In reply to T B from comment #0)
> > However, when I compiled it with GCC 5.4.0 (g++ -std=c++14 *.cpp *.h
> > -lstdc++fs) everything works fine and I can copy files with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83279
--- Comment #3 from T B ---
I recompiled the GCC 7.2.0 with this configuration:
--enable-threads=posix --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu --enable-checking=release --enable-languages=c,c++
--program-suffix=
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83279
--- Comment #5 from T B ---
Both seem to have large file support enabled, it outputs both times enabled.