https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95963
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org Last reconfirmed| |2020-06-29 Status|UNCONFIRMED |ASSIGNED CC| |jakub at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- 5818 if (TREE_CODE (param) == CALL_EXPR) 5819 { 5820 tree type = TREE_TYPE (TREE_TYPE (CALL_EXPR_FN (param))); We should add && CALL_EXPR_FN (param) to the condition. I'll handle it.