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 libstdc++/71038] copy_file(...) returns false on successful copy.


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

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Wed May 25 15:45:03 2016
New Revision: 236726

URL: https://gcc.gnu.org/viewcvs?rev=236726&root=gcc&view=rev
Log:
libstdc++/71038 fix error checks in filesystem::copy_file

Backport from mainline
2016-05-10  Jonathan Wakely  <jwakely@redhat.com>

        PR libstdc++/71038
        * src/filesystem/ops.cc (do_copy_file): Fix backwards conditions.
        * testsuite/experimental/filesystem/operations/copy_file.cc: New test.

Added:
   
branches/gcc-6-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/copy_file.cc
Modified:
    branches/gcc-6-branch/libstdc++-v3/ChangeLog
    branches/gcc-6-branch/libstdc++-v3/src/filesystem/ops.cc

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