[Bug libstdc++/78702] [libstdc++] class __shim in locale::facet is private

2017-02-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78702 Jonathan Wakely changed: What|Removed |Added Target Milestone|7.0 |5.5 --- Comment #8 from Jonathan

[Bug libstdc++/78702] [libstdc++] class __shim in locale::facet is private

2017-02-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78702 --- Comment #7 from Jonathan Wakely --- Author: redi Date: Tue Feb 14 21:17:23 2017 New Revision: 245456 URL: https://gcc.gnu.org/viewcvs?rev=245456=gcc=rev Log: PR78702 fix accessibility of locale::facet::__shim Backport from mainline

[Bug libstdc++/78702] [libstdc++] class __shim in locale::facet is private

2017-02-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78702 --- Comment #6 from Jonathan Wakely --- Author: redi Date: Tue Feb 14 20:07:42 2017 New Revision: 245448 URL: https://gcc.gnu.org/viewcvs?rev=245448=gcc=rev Log: PR78702 fix accessibility of locale::facet::__shim Backport from mainline

[Bug libstdc++/78702] [libstdc++] class __shim in locale::facet is private

2017-01-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78702 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/78702] [libstdc++] class __shim in locale::facet is private

2017-01-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78702 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Mon Jan 16 11:41:41 2017 New Revision: 244491 URL: https://gcc.gnu.org/viewcvs?rev=244491=gcc=rev Log: PR78702 fix accessibility of locale::facet::__shim PR libstdc++/78702

[Bug libstdc++/78702] [libstdc++] class __shim in locale::facet is private

2016-12-06 Thread hiraditya at msn dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78702 --- Comment #3 from AK --- llvm-project/install/bin/clang++ -std=gnu++14 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections

[Bug libstdc++/78702] [libstdc++] class __shim in locale::facet is private

2016-12-06 Thread hiraditya at msn dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78702 --- Comment #2 from AK --- Sorry for the confusion, I was using clang++ (trunk) to build libstdc++

[Bug libstdc++/78702] [libstdc++] class __shim in locale::facet is private

2016-12-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78702 --- Comment #1 from Jonathan Wakely --- (In reply to AK from comment #0) > In file: include/bits/locale_classes.h > 371 class locale::facet > 372 { > ... > 465 class __shim; > 466 > 467 const facet* _M_sso_shim(const id*) const; >