[Bug libstdc++/102499] [12 Regression] Noexcept not matching for std::filesystem::path. Compilation fails for clang

2021-09-28 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102499 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug libstdc++/102499] [12 Regression] Noexcept not matching for std::filesystem::path. Compilation fails for clang

2021-09-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102499 --- Comment #5 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:f2b7f56a15d9cbbd2f0db22e0e39c4dd161bab69 commit r12-3930-gf2b7f56a15d9cbbd2f0db22e0e39c4dd161bab69 Author: Jonathan Wakely Date:

[Bug libstdc++/102499] [12 Regression] Noexcept not matching for std::filesystem::path. Compilation fails for clang

2021-09-27 Thread unlvsur at live dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102499 --- Comment #4 from cqwrteur --- (In reply to Jonathan Wakely from comment #3) > There are no tests using clang. okay. i will report if I still see any issues with clang after the patch.

[Bug libstdc++/102499] [12 Regression] Noexcept not matching for std::filesystem::path. Compilation fails for clang

2021-09-27 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102499 --- Comment #3 from Jonathan Wakely --- There are no tests using clang.

[Bug libstdc++/102499] [12 Regression] Noexcept not matching for std::filesystem::path. Compilation fails for clang

2021-09-27 Thread unlvsur at live dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102499 --- Comment #2 from cqwrteur --- (In reply to cqwrteur from comment #1) > noexcept is missing for begin() end(). That leads to problem that breaks > clang. > > I manually modify the header file and it works. https://github.com/gcc-mirror/gcc/c

[Bug libstdc++/102499] [12 Regression] Noexcept not matching for std::filesystem::path. Compilation fails for clang

2021-09-27 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102499 Jonathan Wakely changed: What|Removed |Added Known to work||11.2.1 Target Milestone|---