public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/106056] New: Missing call to targetm.asm_out.final_postscan_insn after processing an asm_input
@ 2022-06-22 12:50 piannetta at kalrayinc dot com
  2022-06-27  8:49 ` [Bug middle-end/106056] " marxin at gcc dot gnu.org
  2022-06-27 10:10 ` piannetta at kalrayinc dot com
  0 siblings, 2 replies; 3+ messages in thread
From: piannetta at kalrayinc dot com @ 2022-06-22 12:50 UTC (permalink / raw)
  To: gcc-bugs

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`.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-27 10:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 12:50 [Bug target/106056] New: Missing call to targetm.asm_out.final_postscan_insn after processing an asm_input piannetta at kalrayinc dot com
2022-06-27  8:49 ` [Bug middle-end/106056] " marxin at gcc dot gnu.org
2022-06-27 10:10 ` piannetta at kalrayinc dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).