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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2024-04-05
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |jakub at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This is a clear bug in s390_const_int_pool_entry_p.  It just uses
get_pool_constant but ignores get_pool_mode, which on big-endian is
significant.  The function doesn't allow offsets like e.g. simplify-rtx.cc
(avoid_constant_pool_reference), but still needs to deal with mode mismatches.

Reply via email to