This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug go/80914] gcc-go binaries don't run


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

Ian Lance Taylor <ian at airs dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Ian Lance Taylor <ian at airs dot com> ---
Thanks for figuring it out.  I committed a patch to the GCC 7 branch to ignore
compressed debug sections.  With this change many programs will work, but
programs that rely on runtime.Callers information will fail.

As you say, compressing debug sections should work fine in the GCC 8 release.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]