[Bug libstdc++/117085] chrono formatting: %c does not honor locale after expansion

2024-10-17 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117085 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to fail|

[Bug libstdc++/117085] chrono formatting: %c does not honor locale after expansion

2024-10-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117085 --- Comment #7 from GCC Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:9a32bdc9b5ca1aa6a78940da0c1bcd5cf32a402d commit r13-9121-g9a32bdc9b5ca1aa6a78940da0c1bcd5cf32a402d Author: Jonathan Wake

[Bug libstdc++/117085] chrono formatting: %c does not honor locale after expansion

2024-10-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117085 Jonathan Wakely changed: What|Removed |Added Status|RESOLVED|ASSIGNED Resolution|FIXED

[Bug libstdc++/117085] chrono formatting: %c does not honor locale after expansion

2024-10-16 Thread xu2k3l4 at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117085 XU Kailiang changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/117085] chrono formatting: %c does not honor locale after expansion

2024-10-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117085 --- Comment #4 from GCC Commits --- The releases/gcc-14 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:f1436fde43215659554418220aa45830a5e7ae61 commit r14-10792-gf1436fde43215659554418220aa45830a5e7ae61 Author: Jonathan Wak

[Bug libstdc++/117085] chrono formatting: %c does not honor locale after expansion

2024-10-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117085 --- Comment #3 from GCC Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:4ad697bb7f1aad252e1398c6f13eed3fa6d0ca5b commit r15-4265-g4ad697bb7f1aad252e1398c6f13eed3fa6d0ca5b Author: Jonathan Wakely Date:

[Bug libstdc++/117085] chrono formatting: %c does not honor locale after expansion

2024-10-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117085 --- Comment #2 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #1) > const _CharT* __rep = __formats[__mod]; Oops, we don't need two __rep variables! I suppose this is a bit neater anyway: + if (*__formats

[Bug libstdc++/117085] chrono formatting: %c does not honor locale after expansion

2024-10-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117085 Jonathan Wakely changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org Last