https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69932
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |jakub at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- IMHO this is a dup of PR69920, the ICE is in exactly the same spot and the reason is the same - get_ref_base_and_extent is called SSA_NAME which is already in-free-list, thus it e.g. doesn't have a type anymore. *** This bug has been marked as a duplicate of bug 69920 ***