https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18146
Uroš Bizjak changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-09-09 01:44 ---
It was not fixed by the cfglayout changes. In fact tree switch conversion
makes the code even worse even though we don't need it really.
--
pinskia at gcc dot gnu dot org changed:
What|Removed
--- Comment #3 from steven at gcc dot gnu dot org 2007-07-25 19:44 ---
This may be fixed now by my cfglayout work.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18146
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-25
02:14 ---
We get now on the mainline:
foo:
cmpl$5, %eax
movl%eax, %ecx
ja .L2
movl$1, %eax
movl$1, %edx
sall%cl, %eax
testb $42, %al
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-25 17:01
---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E