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 tree-optimization/69170] [6 Regression] ICE (segfault) in find_uses_to_rename_use


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

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

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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Seems during SLP vect_get_constant_vectors is called here with op which is
SSA_NAME set in a pattern sequence (created during
vect_recog_vector_vector_shift_pattern).  When the sequences are killed, the
SSA_NAME is put on a freelist, but the uses remain.  Richard, can you please
have a look at this?

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