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

            Bug ID: 106056
           Summary: Missing call to targetm.asm_out.final_postscan_insn
                    after processing an asm_input
           Product: gcc
           Version: 10.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: piannetta at kalrayinc dot com
  Target Milestone: ---

Created attachment 53190
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53190&action=edit
patch which adds a call to final_postscan_insn after the processing of an
asm_input

When an instruction is output, there should be a call to `final_postscan_insn`
but this is not the case after the processing of an asm_input.

I did not check from which version this call is missing but the surrounding
lines where last edited around 2007.

This patch adds the missing call to `final_postscan_insn`.

Reply via email to