[Bug c++/96008] cpp1y/lambda-generic-69078-1.C nonnull warning and ICE

2020-06-30 Thread dje at gcc dot gnu.org
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

[Bug c++/96008] cpp1y/lambda-generic-69078-1.C nonnull warning and ICE

2020-06-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96008 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org Resolut

[Bug c++/96008] cpp1y/lambda-generic-69078-1.C nonnull warning and ICE

2020-06-30 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96008 David Edelsohn changed: What|Removed |Added Last reconfirmed||2020-06-30 Status|UNCONFIRM