https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87013
Alexandre Oliva <aoliva at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #44573|0 |1 is obsolete| | --- Comment #5 from Alexandre Oliva <aoliva at gcc dot gnu.org> --- Created attachment 44581 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44581&action=edit tested patch This is a complete patch, with all the generated files, that I tested on x86_64-linux-gnu, with an assembler that supports is_stmt. I've also manually tested manually removing the #define HAVE_GAS_LOC_STMT in auto-host.h, and checked that the compiler wouldn't output is_stmt directives. (It would still emit negate_stmt opcodes when generating line number programs itself)