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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2024-07-15
             Status|UNCONFIRMED                 |WAITING

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
```
_ZN7MyClass4callEv:
.LVL0:
.LFB1:
        .file 1 "/app/example.cpp"
        .loc 1 7 22 view -0
        .cfi_startproc
        .loc 1 8 5 view .LVU1
        .loc 1 8 23 is_stmt 0 view .LVU2
        movb    $1, 0
        .loc 1 9 1 view .LVU3
        ret
```

Is this a bug in binutils due to the .loc output or should the .loc output be
in a different order?

Reply via email to