[Bug c++/107504] Debugger jumps back to structured binding declaration

2023-03-02 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107504 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Target Milestone|---

[Bug c++/107504] Debugger jumps back to structured binding declaration

2022-12-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107504 --- Comment #5 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:302485a70a33f3a86e85ad9051de2b51c5dc0bc0 commit r13-4812-g302485a70a33f3a86e85ad9051de2b51c5dc0bc0 Author: Jason Merrill Date:

[Bug c++/107504] Debugger jumps back to structured binding declaration

2022-12-01 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107504 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org

[Bug c++/107504] Debugger jumps back to structured binding declaration

2022-11-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107504 --- Comment #4 from Andrew Pinski --- (In reply to Jonathan Wakely from comment #3) > I'm also seeing similar jumps back and forth in the debugger for the bodies > of lambda expressions, where the debugger keeps jumping back to the capture >

[Bug c++/107504] Debugger jumps back to structured binding declaration

2022-11-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107504 --- Comment #3 from Jonathan Wakely --- I'm also seeing similar jumps back and forth in the debugger for the bodies of lambda expressions, where the debugger keeps jumping back to the capture list of the lambda: $ cat lambda.cc int main(int

[Bug c++/107504] Debugger jumps back to structured binding declaration

2022-11-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107504 --- Comment #2 from Andrew Pinski --- The code that creates the COMPONENT_REF is the call to finish_non_static_data_member around decl.cc:9186 .

[Bug c++/107504] Debugger jumps back to structured binding declaration

2022-11-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107504 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Component|debug