Re: [PATCH][PR 67328] Improve bitfield testing

2017-01-25 Thread Yuri Gribov
On Wed, Jan 25, 2017 at 10:49 AM, Richard Biener wrote: > On Wed, 25 Jan 2017, Yuri Gribov wrote: > >> Hi all, >> >> This fixes inefficient bitfield code reported in >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67328 >> >> Bootstrapped and regtested on x86_64. >> >> Ok for trunk? > > This isn't

Re: [PATCH][PR 67328] Improve bitfield testing

2017-01-25 Thread Richard Biener
On Wed, 25 Jan 2017, Yuri Gribov wrote: > Hi all, > > This fixes inefficient bitfield code reported in > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67328 > > Bootstrapped and regtested on x86_64. > > Ok for trunk? This isn't a regression fix and thus not appropriate at this stage. Some comm

[PATCH][PR 67328] Improve bitfield testing

2017-01-25 Thread Yuri Gribov
Hi all, This fixes inefficient bitfield code reported in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67328 Bootstrapped and regtested on x86_64. Ok for trunk? -I pr67328-2.patch Description: Binary data