This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/78643] [5/6/7/8 Regression] ICE in convert_move, at expr.c:230


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think the problem is that while TYPE_MODE has the hacks for vector types
(vector_type_mode call), DECL_MODE doesn't have something similar.
We have some hacks for this here and there.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]