On Wed, Jul 27, 2011 at 11:29 PM, Jakub Jelinek <ja...@redhat.com> wrote:
>> > Guys, with write approval, could you please commit that? >> > >> >> I checked it in for you. > > Unfortunately many of the new tests fail with old assembler, because > the builtin in check_effective_target_bmi is optimized away (ignored, as > well as using constant arguments, two reasons to get rid of it). > > Fixed thusly, tested on i686-linux and x86_64-linux, both with old and new > binutils. Ok for trunk? > > 2011-07-27 Jakub Jelinek <ja...@redhat.com> > > * gcc.target/i386/i386.exp (check_effective_target_bmi): Make sure > the builtin isn't optimized away. OK. Thanks, Uros.