[Bug libstdc++/101136] msdosdjgpp toolchain cannot find std::wstring_view

2021-10-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101136 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |12.0

[Bug libstdc++/101136] msdosdjgpp toolchain cannot find std::wstring_view

2021-10-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101136 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/101136] msdosdjgpp toolchain cannot find std::wstring_view

2021-10-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101136 Bug 101136 depends on bug 98725, which changed state. Bug 98725 Summary: Review what is disabled in libstdc++ by --disable-wchar_t https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98725 What|Removed |Added

[Bug libstdc++/101136] msdosdjgpp toolchain cannot find std::wstring_view

2021-09-25 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101136 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/101136] msdosdjgpp toolchain cannot find std::wstring_view

2021-06-21 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101136 --- Comment #3 from Jonathan Wakely --- Oh it wasn't last year, it was January this year. There's a patch at https://gcc.gnu.org/pipermail/libstdc++/2021-January/051868.html

[Bug libstdc++/101136] msdosdjgpp toolchain cannot find std::wstring_view

2021-06-20 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101136 --- Comment #2 from Jonathan Wakely --- This is because the _GLIBCXX_USE_WCHAR_T macro is not defined, because etc are not complete on the target, so we don't have e.g. wcslen and other wchar_t functions. However, the wchar_t type is always de

[Bug libstdc++/101136] msdosdjgpp toolchain cannot find std::wstring_view

2021-06-19 Thread unlvsur at live dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101136 --- Comment #1 from cqwrteur --- However, std::basic_string_view works.