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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2020-01-09
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Hmm, we now can parse the extened section stuff but simply
removing the check

  if (new_i - 1 >= SHN_LORESERVE)
    {
      *err = ENOTSUP;
      return "Too many copied sections";
    }

doesn't make it work (it just fails with an unknown failure mode).  Related
to extended section index creation.

Reply via email to