+2015-11-26 Vladimir Makarov <vmakarov@redhat.com>
+
+ PR target/68416
+ * config/i386/i386.h (enum reg_class): Add
+ bounds registers to ALL_REGS.
+
2015-11-26 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/68128
{ 0x1ff1ffff,0xffffffe0, 0x1f }, /* FLOAT_INT_SSE_REGS */ \
{ 0x0, 0x0, 0x1fc0 }, /* MASK_EVEX_REGS */ \
{ 0x0, 0x0, 0x1fe0 }, /* MASK_REGS */ \
-{ 0xffffffff,0xffffffff, 0x1fff } \
+{ 0xffffffff,0xffffffff,0x1ffff } \
}
/* The same information, inverted:
+2015-11-26 Ilya Enkovich <enkovich.gnu@gmail.com>
+
+ PR target/68416
+ * gcc.target/i386/mpx/pr68416.c: New test.
+
2015-11-26 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/67313