------- Comment #9 from pinskia at gmail dot com 2008-06-08 00:33 ------- Subject: Re: [Regression] compile error in linux-kernel 2.6.26-rc4 with -O2
On Sat, Jun 7, 2008 at 5:17 PM, mt-ml at gmx dot de <[EMAIL PROTECTED]> wrote: > As you can see, the argument to ilog2 is urb->interval which can't be zero at > that point IMHO. Yes and that requires a lot of jump threading and many other optimizations to detect that really. First PRE has to be working and then VRP has to figure out it will be greater than 0. So really this code depends on optimization to work correctly and the kernel is broken that way again (not suppressing really) -- Pinski -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36359