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/69421] [6 Regression] ICE in maybe_legitimize_operand, at optabs.c:6888 with -O3


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ienkovich at gcc dot gnu.org

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I see there confusion on the sign of element's type of vector boolean types -
build_truth_vector_type / build_nonstandard_boolean_type creates a signed
element type, while get_vectype_for_scalar_type_and_size creates unsigned
element type.  Plus for some strange reason the last argument is getting a V2DI
mode vector type instead of expected vector boolean V16QI.
Ilya, can you please have a look?

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