[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 --- Comment #14 from Iain Sandoe --- Fixed for open branches, maintainers of earlier branches might want to apply this locally.

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2018-12-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2018-12-24 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 --- Comment #12 from Iain Sandoe --- Author: iains Date: Mon Dec 24 12:26:11 2018 New Revision: 267402 URL: https://gcc.gnu.org/viewcvs?rev=267402=gcc=rev Log: Fix Darwin PR libstdc++/70694 2018-12-24 Iain Sandoe Backport from

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2018-12-06 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 --- Comment #11 from Iain Sandoe --- Author: iains Date: Thu Dec 6 08:45:58 2018 New Revision: 266842 URL: https://gcc.gnu.org/viewcvs?rev=266842=gcc=rev Log: backport r263580 to fix libstdc++ library symbol visibility on Darwin. 2018-12-06

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2018-11-25 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 --- Comment #10 from Iain Sandoe --- (In reply to Eric Gallager from comment #9) > (In reply to Iain Sandoe from comment #8) > > Author: iains > > Date: Sat Aug 25 09:02:28 2018 > > New Revision: 263850 > > > > URL:

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2018-11-24 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 --- Comment #9 from Eric Gallager --- (In reply to Iain Sandoe from comment #8) > Author: iains > Date: Sat Aug 25 09:02:28 2018 > New Revision: 263850 > > URL: https://gcc.gnu.org/viewcvs?rev=263850=gcc=rev > Log: > Don't force visibility to

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2018-08-25 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 --- Comment #8 from Iain Sandoe --- Author: iains Date: Sat Aug 25 09:02:28 2018 New Revision: 263850 URL: https://gcc.gnu.org/viewcvs?rev=263850=gcc=rev Log: Don't force visibility to hidden for Darwin > 8. PR libstdc++/70694

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2018-08-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 Eric Gallager changed: What|Removed |Added Status|WAITING |NEW --- Comment #7 from Eric Gallager

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2018-02-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2017-10-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 --- Comment #5 from Dominique d'Humieres --- > Does the patch work? Indeed!

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2017-10-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 Jonathan Wakely changed: What|Removed |Added Status|NEW |WAITING --- Comment #4 from Jonathan

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2016-04-16 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 --- Comment #3 from Iain Sandoe --- Created attachment 38291 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38291=edit don't jam visibility for newer Darwin Dominique, please could you try this?

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2016-04-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 --- Comment #2 from Jonathan Wakely --- Why is it hidden in the archive? This doesn't seem like a libstdc++ bug, given that the destructor is defined like so: namespace std _GLIBCXX_VISIBILITY(default) { ... ~path() = default;

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2016-04-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|