[Bug default/27213] alt_clear_dups: Assertion `child->die_dup == NULL' failed.
mark at klomp dot org
sourceware-bugzilla@sourceware.org
Wed Jan 20 20:53:21 GMT 2021
https://sourceware.org/bugzilla/show_bug.cgi?id=27213
--- Comment #7 from Mark Wielaard <mark at klomp dot org> ---
(In reply to Jakub Jelinek from comment #4)
> 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.
Yes, I was just looking at that one. It would make checksum_die and die_eq
agree with each other. Looks correct.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Dwz
mailing list