This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/26915] missed sized opt returning -1.0



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]