https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96008
--- Comment #3 from David Edelsohn ---
msebor:
the warning is working correctly but the IL the C++ front end
emits doesn't look right: AFAICS, it creates a function object
for the lambda and calls its operator() with a null this pointer:
; Funct
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96008
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
Resolut
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96008
David Edelsohn changed:
What|Removed |Added
Last reconfirmed||2020-06-30
Status|UNCONFIRM