https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85442
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 43969 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43969&action=edit gcc8-pr85442.patch Perhaps we want to assemble with -g0, because either the .s file already contains debug info from the compiler and then we don't want to add one from the assembler, or the user doesn't want debug info at all. Completely untested though.