bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/31284] New: scfi: untraceable control flow should be a hard err


From: indu.bhagat at oracle dot com
Subject: [Bug gas/31284] New: scfi: untraceable control flow should be a hard error
Date: Tue, 23 Jan 2024 23:45:52 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=31284

            Bug ID: 31284
           Summary: scfi: untraceable control flow should be a hard error
           Product: binutils
           Version: 2.43 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: indu.bhagat at oracle dot com
  Target Milestone: ---

Currently, if an indirect jump is seen, GCFG (a CFG of ginsns) cannot be
created. GCFG creation is necessary for SCFI (invoked via --scfi=experimental
on hand-written asm) passes.  In this case, the SCFI machinery currently bails
out with a warning:

      "Untraceable control flow for func 'foo'; Skipping SCFI"

It is, however, better suited if this is a hard error.  Change it to a hard
error.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]