https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123504
--- Comment #5 from Peter Damianov <peter0x44 at disroot dot org> --- I was a bit careless with my last comment. I meant to write: Minor correction. I forgot to copy the line showing I only changed the output filename. $ x86_64-w64-mingw32-windres test.rc -o test.res $ x86_64-w64-mingw32-windres test.rc -o test.o $ file test.res test.res: Microsoft Visual C binary resource file $ file test.o test.o: x86-64 COFF object file, no line number info, not stripped, 1 section, symbol offset=0xde, 1 symbols, 1st section name ".rsrc"
