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 <jwak...@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