https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107504
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Target Milestone|---
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: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107504
Jason Merrill changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
Assi
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
> lis
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 a
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 .
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107504
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Component|debug