https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99217
Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
          Component|c                           |target
           Keywords|                            |wrong-code
   Last reconfirmed|                            |2021-02-23
             Target|                            |mips*-linux-gnu

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.
        .globl  f
        .section        __patchable_function_entries,"aw",@progbits
        .align  3
        .8byte  .LPFE1
        .text
.LPFE1:
        .set    noreorder
        nop
        .set    reorder
        .set    noreorder
        nop
        .set    reorder
        .set    noreorder
        nop
        .set    reorder
.LFB0 = .
        .cfi_startproc
        .set    nomips16
        .set    nomicromips
        .ent    f
        .type   f, @function
f:

---- CUT ---
AARCH64 does:
f:
        .section        __patchable_function_entries,"aw",@progbits
        .align  3
        .8byte  .LPFE1
        .text
.LPFE1:
        nop
        nop
        nop
.LFB0:

Reply via email to