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

            Bug ID: 120923
           Summary: check-function-bodies doesn't support "1: call mcount"
           Product: gcc
           Version: 16.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

I'd like to check that "1:      call    mcount" is placed in the proper place,
like in:

f2:
.LFB0:
        .cfi_startproc
        pushq   %rbp
        .cfi_def_cfa_offset 16
        .cfi_offset 6, -16
        movq    %rsp, %rbp
        .cfi_def_cfa_register 6
        pushq   %r12
        pushq   %rbx
        subq    $16, %rsp
        .cfi_offset 12, -24
        .cfi_offset 3, -32
1:      call    mcount

But check-function-bodies doesn't support "1:   call    mcount".

Reply via email to