[Bug default/27213] alt_clear_dups: Assertion `child->die_dup == NULL' failed.

jakub at redhat dot com sourceware-bugzilla@sourceware.org
Wed Jan 20 20:22:13 GMT 2021


https://sourceware.org/bugzilla/show_bug.cgi?id=27213

--- Comment #4 from Jakub Jelinek <jakub at redhat dot com> ---
Another thing I'm worried about, where in die_eq_1 we compare the
DW_FORM_implicit_const values?
I wonder about:
        case DW_FORM_flag_present:
          break;
        case DW_FORM_implicit_const:
          if ((!ignore_locus || old_ptr1)
              && t1->values[i] != t2->values[j])
            FAIL;
          break;
in die_eq_1.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Dwz mailing list