[Bug c++/84729] [6/7/8 Regression] internal compiler error: verify_gimple failed

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 9 08:49:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84729

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |jason at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
There is decay_conversion or something similar missing somewhere, trying to
convers a FUNCTION_DECL to int type is not going to work.  But no idea what
exactly and where (if in the build_vec_init caller, or in build_vec_init
itself.


More information about the Gcc-bugs mailing list