------- Comment #3 from dann at godzilla dot ics dot uci dot edu 2006-09-04 17:56 ------- This specific case can probably be solved at the tree level by changing the test:
(nb >> 5) != 0
to
nb > 32
--
dann at godzilla dot ics dot uci dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dann at godzilla dot ics dot
| |uci dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28946
