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

--- Comment #4 from Matt Godbolt <matt at godbolt dot org> ---
Interestingly, if we extract (with nm x) the files in the library, and glob
them in instead of naming the library file, everything works. We're having
difficulty constructing a reduced case, as we need a whole binary (including
all the libraries we use), else the link step fails with missing symbols before
it gets to the crash.

Reply via email to