https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121101
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
We have a read from a FUNCTION_DECL. This should be invalid GIMPLE (reading
from the insn stream should be OK, but not via an [rl]value of function type).