https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81574
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org, | |nathan at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- r244055 still rejects this: error: cannot bind non-const lvalue reference of type ‘void (*&)()’ to an rvalue of type ‘void (*)()’ And r244056 started to ICE.