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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |MOVED

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
GCC produces:
gen_trap:
.LFB0:
        .cfi_startproc
        li      a5,0
#APP
# 6 "/app/example.c" 1
                .option push
        .option arch, -c
        sw a5, 0(a5)
        .option pop

# 0 "" 2
#NO_APP
        ret

Which is exactly what you provided

>assembler(2.44)

GNU binutils is a different project, you can find their bugzilla at
https://sourceware.org/bugzilla/ .

Reply via email to