https://sourceware.org/bugzilla/show_bug.cgi?id=32491
--- Comment #7 from Thiago Jung Bauermann <thiago.bauermann at linaro dot org> --- (In reply to Sam James from comment #5) > Huh: PR20006. Thanks for the reference. Looking at that bug and the commits that caused and fixed the problem there, I don't think it's a similar situation. In the case of PR20006, sec->compressed_size was being used to store estimated branch distances, which caused problems for debug sections, which actually have a need for that field during compression. In this case, when bfd_compress_section () sets the invalid operation error, sec->compressed_size is 0 so it's not being used for anything untoward. -- You are receiving this mail because: You are on the CC list for the bug.