This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/26915] missed sized opt returning -1.0
- From: "pluto at agmk dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Nov 2006 09:11:34 -0000
- Subject: [Bug target/26915] missed sized opt returning -1.0
- References: <bug-26915-7667@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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