[Bug target/31943] very missed optimization.

2007-11-09 Thread pluto at agmk dot net
--- Comment #4 from pluto at agmk dot net 2007-11-09 20:33 --- current 4.3 works fine: (32-bits): _Z3msby: movzbl 11(%esp), %eax ret (64-bits): _Z3msby: shrq$56, %rdi movl%edi, %eax ret -- pluto at agmk dot net changed:

[Bug target/31943] very missed optimization.

2007-11-09 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-11-09 20:43 --- This was the normal subreg issue which was fixed by Ian back on 2007-01-31. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/31943] very missed optimization.

2007-05-15 Thread pluto at agmk dot net
--- Comment #1 from pluto at agmk dot net 2007-05-15 21:47 --- Created an attachment (id=13563) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13563action=view) sources -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31943

[Bug target/31943] very missed optimization.

2007-05-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-05-15 22:15 --- Try with -fomit-frame-pointer. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31943

[Bug target/31943] very missed optimization.

2007-05-15 Thread pluto at agmk dot net
--- Comment #3 from pluto at agmk dot net 2007-05-15 22:17 --- (In reply to comment #2) Try with -fomit-frame-pointer. Andrew, please look at the makefile. -fomit.. is there already. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31943