------- Comment #5 from pluto at agmk dot net  2006-11-04 09:11 -------
with attached patch gcc42 produces:

$ ./xgcc -B. PR26915.c -m32 -S -Os -fomit-frame-pointer

        .file   "PR26915.c"
        .text
.globl minus1
        .type   minus1, @function
minus1:
        fld1
        fchs
        ret
        .size   minus1, .-minus1
        .ident  "GCC: (GNU) 4.2.0 20061030 (prerelease) (PLD-Linux)"
        .section        .note.GNU-stack,"",@progbits


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26915

Reply via email to