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

Julian Waters <tanksherman27 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tanksherman27 at gmail dot com

--- Comment #6 from Julian Waters <tanksherman27 at gmail dot com> ---
Something similar is happening on my end as well. I believe this can be worked
around by marking the symbols that are being erroneously deleted as
[[gnu::used]] but that's a hack at best.

`__mingw_pformat' referenced in section `.text' of
C:/msys64/ucrt64/lib/gcc/x86_64-w64-mingw32/15.1.0/../../../../lib/libmingwex.a(lib64_libmingwex_a-mingw_printf.o):
defined in discarded section `.text' of lib64_libmingwex_a-mingw_pformat.o
(symbol from plugin)
`__mingw_pformat' referenced in section `.text' of
C:/msys64/ucrt64/lib/gcc/x86_64-w64-mingw32/15.1.0/../../../../lib/libmingwex.a(lib64_libmingwex_a-mingw_vprintf.o):
defined in discarded section `.text' of lib64_libmingwex_a-mingw_pformat.o
(symbol from plugin)

...rest of output consisting of a massive amount of similar errors omitted

If this is binutils related, is there any way to raise it to the attention of
the binutils maintainers? The binutils bug tracker for Windows related issues
doesn't seem to be very active.

Reply via email to