[Bug libstdc++/91383] C++17 should remove some library feature deprecated in C++14

2019-08-07 Thread ufospoke at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91383 --- Comment #5 from Frédéric Bron --- OK, thanks. I agree it dos not real harm.

[Bug c++/91383] C++17 should remove some library feature deprecated in C++14

2019-08-07 Thread ufospoke at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91383 --- Comment #2 from Frédéric Bron --- I agree that in C++14, they should be marked deprecated. But the features have been removed in C++17. They are not deprecated anymore, so in my opinion, they should not be available with -std=c++17.

[Bug c++/91383] New: C++17 should remove some library feature deprecated in C++14

2019-08-06 Thread ufospoke at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ufospoke at gmail dot com Target Milestone: --- Created attachment 46679 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46679=edit program showing that removed features still comp

[Bug libstdc++/90050] std::filesystem::path segfault in destructor

2019-04-13 Thread ufospoke at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90050 Frédéric Bron changed: What|Removed |Added CC||ufospoke at gmail dot com --- Comment

[Bug c++/87107] Template instantiation is 50x slower than with clang++

2018-08-27 Thread ufospoke at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87107 --- Comment #2 from Frédéric --- Yes, I've seen that one and saw it was fixed before 8.2.0. I wasn't sure actually if it was included in 8.2.0 as it was solved few weeks before 8.2.0 was out.

[Bug c++/87107] New: Template instantiation is 50x slower than with clang++

2018-08-26 Thread ufospoke at gmail dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ufospoke at gmail dot com Target Milestone: --- Created attachment 44598 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44598=edit File to reproduce the issue The new IO extension from GIL (boost 1.68.0) ta