2014-09-17 13:46 GMT+04:00 Uros Bizjak <ubiz...@gmail.com>: > On Wed, Sep 17, 2014 at 10:17 AM, Ilya Enkovich <enkovich....@gmail.com> > wrote: > >>> >>>This patch introduces Intel MPX bound registers and instructions. It >>> >>>was approved earlier for 4.9 and had no significant changes since then. >>> >>>I'll assume patch is OK if no objections arise. >>> >>> >>> >>>Patch was bootstrapped and tested for linux-x86_64. >>> OK for the trunk. Please wait until entire set is approved before >>> installing. >>> >>> jeff >>> >> >> Here is an updated version. The only change is in <mode>_ldx expand. It >> now has the second operand preparation code moved from ix86_expand_builtin >> as was proposed by Uros. > > How does this patch fit into current patch series? > > Does your patch serie compile at every patch boundary? I am especially > interested in i386 target-dependent patches (30+).
This one is the second from the series. Few months ago I checked compiler passes bootstrap and make check after each patch. I didn't run make check for each patch after the latest rebase due to decision to not commit separate patches but to commit whole series instead. So I just checked it compiles at every patch boundary. Thanks, Ilya > > Uros.