[Bug libstdc++/70975] experimental/filesystem/operations/copy.cc FAILs on Solaris 12

2016-05-19 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70975 --- Comment #1 from Rainer Orth --- The new experimental/filesystem/operations/copy_file.cc test suffers from the same problem. Rainer

[Bug libstdc++/70975] experimental/filesystem/operations/copy.cc FAILs on Solaris 12

2016-05-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70975 --- Comment #2 from Jonathan Wakely --- Yup, they both use the do_copy_file function to do the work. I'll see what I can do about tweaking the configure test next week.

[Bug libstdc++/70975] experimental/filesystem/operations/copy.cc FAILs on Solaris 12

2016-05-06 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70975 Rainer Orth changed: What|Removed |Added Target Milestone|--- |7.0

[Bug libstdc++/70975] experimental/filesystem/operations/copy.cc FAILs on Solaris 12

2016-05-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70975 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/70975] experimental/filesystem/operations/copy.cc FAILs on Solaris 12

2016-12-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70975 --- Comment #8 from Jonathan Wakely --- Author: redi Date: Mon Dec 12 14:09:39 2016 New Revision: 243554 URL: https://gcc.gnu.org/viewcvs?rev=243554&root=gcc&view=rev Log: Backport all Filesystem library fixes from trunk This implements the fol

[Bug libstdc++/70975] experimental/filesystem/operations/copy.cc FAILs on Solaris 12

2016-12-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70975 --- Comment #9 from Jonathan Wakely --- Author: redi Date: Mon Dec 12 15:00:43 2016 New Revision: 243557 URL: https://gcc.gnu.org/viewcvs?rev=243557&root=gcc&view=rev Log: Backport all Filesystem library fixes from trunk This implements the fol

[Bug libstdc++/70975] experimental/filesystem/operations/copy.cc FAILs on Solaris 12

2016-12-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70975 --- Comment #10 from Jonathan Wakely --- Also fixed for 5.5 and 6.3

[Bug libstdc++/70975] experimental/filesystem/operations/copy.cc FAILs on Solaris 12

2016-10-27 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70975 --- Comment #3 from Rainer Orth --- Just FYI, in a recent Solaris 12 build sendfile was changed to accept a NULL off for Linux compatibility. However, the separate Solaris 10/11 (which isn't used yet) doesn't have that change and probably wont.

[Bug libstdc++/70975] experimental/filesystem/operations/copy.cc FAILs on Solaris 12

2016-10-27 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70975 --- Comment #4 from Uroš Bizjak --- Does following patch work: --cut here-- diff --git a/libstdc++-v3/src/filesystem/ops.cc b/libstdc++-v3/src/filesystem/ops.cc index 9abcee0..b709858 100644 --- a/libstdc++-v3/src/filesystem/ops.cc +++ b/libstdc

[Bug libstdc++/70975] experimental/filesystem/operations/copy.cc FAILs on Solaris 12

2016-10-27 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70975 --- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #4 from Uroš Bizjak --- > Does following patch work: > > --cut here-- > diff --git a/libstdc++-v3/src/filesystem/ops.cc > b/libstdc++-v3/src/filesystem/ops.cc > index 9abce

[Bug libstdc++/70975] experimental/filesystem/operations/copy.cc FAILs on Solaris 12

2016-10-27 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70975 --- Comment #6 from uros at gcc dot gnu.org --- Author: uros Date: Thu Oct 27 18:55:55 2016 New Revision: 241629 URL: https://gcc.gnu.org/viewcvs?rev=241629&root=gcc&view=rev Log: PR70975 Pass valid offset argument to sendfile PR libstdc

[Bug libstdc++/70975] experimental/filesystem/operations/copy.cc FAILs on Solaris 12

2016-10-27 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70975 Uroš Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---