https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87291
David Malcolm <dmalcolm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #33 from David Malcolm <dmalcolm at gcc dot gnu.org> --- Patch pushed to master for gcc 11: g:421d0d0f54294a7bf2872b3b2ac521ce0fa9869e (this bug didn't get notified for some reason). Changes since v4: * added location to gcc_jit_context_add_top_level_asm * more logging * filter testsuite to x86 targets * use LIBGCCJIT_ABI_15 and #ifdef LIBGCCJIT_HAVE_ASM_STATEMENTS * fix asm_operand::make_debug_string * fixes to write_reproducer * update expected debug-string results to reflect escaping fixes from g:fec573408310139e1ffc42741fbe46b4f2947592 * fixed missing comments Marking this one as resolved.