[Bug c++/81574] ICE on valid C++14 code: in canonicalize_component_ref, at gimplify.c:2481

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jul 27 13:48:00 GMT 2017


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.


More information about the Gcc-bugs mailing list