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

--- Comment #7 from Tom de Vries <vries at gcc dot gnu.org> ---
Created attachment 45057
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45057&action=edit
Followup patch

> [ Btw, note that if we move the u and pu allocations to before read_abbrevs,
> we can read the abbrevs directly into u->abbrevs, and can get rid of the
> "free_abbrevs (&abbrevs)" at the end. Perhaps that's worth a separate patch.
> ]

Patch implementing this simplification.

Reply via email to