On Fri, Aug 26, 2011 at 2:04 PM, Kirill Yukhin <kirill.yuk...@gmail.com> wrote: > According to Jakub's input, I've updated test to scan instruction, not > pattern name. > > Is it ok? > > Thanks, K > > On Fri, Aug 26, 2011 at 3:45 PM, Kirill Yukhin <kirill.yuk...@gmail.com> > wrote: >> Hi, >> Here is a fix for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50182 >> >> testsuite/ChangeLog entry: >> >> 2011-08-26 Kirill Yukhin <kirill.yuk...@intel.com> >> >> PR testsuite/50185 >> * gcc.target/i386/avx2-vmovmskb-2.c: Rename to ... >> * gcc.target/i386/avx2-vpmovmskb-2.c: ... this. Update. >> >> Test passes. >> Ok for trunk?
Is this correct ChangeLog? Looking into the patch, you are changing one test to look for insn name, while adding avx2-vpmovmskb-2.c which still looks for pattern name. Please update ChangeLog and/or attached patch. Uros.