[Bug libstdc++/104443] common_iterator::operator-> is not correctly implemented

2022-09-07 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104443 Jonathan Wakely changed: What|Removed |Added Target Milestone|12.2|11.4 --- Comment #9 from Jonathan Wak

[Bug libstdc++/104443] common_iterator::operator-> is not correctly implemented

2022-09-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104443 --- Comment #8 from CVS Commits --- The releases/gcc-11 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:c5038b792525fedeb0297189516d0157ba98c1d1 commit r11-10240-gc5038b792525fedeb0297189516d0157ba98c1d1 Author: Jonathan Wak

[Bug libstdc++/104443] common_iterator::operator-> is not correctly implemented

2022-08-03 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104443 Jonathan Wakely changed: What|Removed |Added Target Milestone|13.0|12.2 --- Comment #7 from Jonathan Wak

[Bug libstdc++/104443] common_iterator::operator-> is not correctly implemented

2022-08-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104443 --- Comment #6 from CVS Commits --- The releases/gcc-12 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:1a9681e60964c7f7ce0892e14745e6dcf6100157 commit r12-8660-g1a9681e60964c7f7ce0892e14745e6dcf6100157 Author: Jonathan Wake

[Bug libstdc++/104443] common_iterator::operator-> is not correctly implemented

2022-07-29 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104443 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Status|SUSPENDED

[Bug libstdc++/104443] common_iterator::operator-> is not correctly implemented

2022-07-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104443 --- Comment #4 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:b5f5d1b36edbcd7d923f2e2653e54e52637c715b commit r13-1890-gb5f5d1b36edbcd7d923f2e2653e54e52637c715b Author: Jonathan Wakely Date:

[Bug libstdc++/104443] common_iterator::operator-> is not correctly implemented

2022-07-28 Thread de34 at live dot cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104443 --- Comment #3 from Jiang An --- LWG3672 has been adopted, so no change is needed and this issue can be closed. Although it might be more clear to use auto instead of decltype(auto).

[Bug libstdc++/104443] common_iterator::operator-> is not correctly implemented

2022-02-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104443 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|SUSPENDED --- Comment #2 from Jonatha

[Bug libstdc++/104443] common_iterator::operator-> is not correctly implemented

2022-02-09 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104443 --- Comment #1 from Jonathan Wakely --- On further reflection, I'm not convinced the standard really intends to make the pointer type a reference. That's weird. Returning a pointer as a pointer makes a lot more sense.

[Bug libstdc++/104443] common_iterator::operator-> is not correctly implemented

2022-02-09 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104443 Jonathan Wakely changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org

[Bug libstdc++/104443] common_iterator::operator-> is not correctly implemented

2022-02-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104443 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED