[ was: Re: [PATCH] Fix CK_BAD propagation for --odr ] On 2/16/21 10:11 AM, Tom de Vries wrote: > We can catch the problem of the checksum much earlier, with an assert: > ... > static void > partition_found_dups (dw_die_ref die, struct obstack *vec) > { > + assert (die->die_ck_state == CK_KNOWN); > ... Committed assert for now. Thanks, - Tom