On Wed, Apr 25, 2018 at 5:13 AM, Uros Bizjak <ubiz...@gmail.com> wrote: > On Wed, Apr 25, 2018 at 1:03 PM, Peryt, Sebastian > <sebastian.pe...@intel.com> wrote: >> Hi, >> >> Patch has been updated and tested. Now I don't see any new regressions. >> >> Changelog stays the same. >> >> Is it ok for trunk? > > OK for mainline and gcc-8 backport after a couple of days, the latter > also needs approval from RM.
Jakub, is this OK for backport to GCC 8? Thanks. >>> > 2018-04-20 Sebastian Peryt <sebastian.pe...@intel.com> >>> > >>> > gcc/ChangeLog: >>> > >>> > PR target/85473 >>> > * config/i386/i386.c (ix86_expand_builtin): Change memory >>> > operand to XI, op0 extend to Pmode. > > ... extend op0 to Pmode. > >>> > * config/i386/i386.md: Change unspec volatile and operand 1 >>> > mode to XI, change operand 0 mode to P > > Full stop. > >>> > >>> > 2018-04-20 Sebastian Peryt <sebastian.pe...@intel.com> >>> > >>> > gcc/testsuite/ChangeLog: >>> > >>> > PR target/85473 >>> > * gcc.target/i386/pr85473-1.c: New test. >>> > * gcc.target/i386/pr85473-2.c: New test. >>> > >>> > Sebastian >>> > >> -- H.J.