Re: [PATCH]: Remove remaining traces of MPX bounded pointers

2018-08-24 Thread Jakub Jelinek
On Fri, Aug 24, 2018 at 03:56:27PM +0200, Uros Bizjak wrote: > 2018-08-23 Uros Bizjak > > * emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes. > * emit-rtl.h (rtl_data): Remove return_bnd. > * explow.c (trunc_int_for_mode): Do not handle POINTER_BOUNDS_MODE_P. >

Re: [PATCH]: Remove remaining traces of MPX bounded pointers

2018-08-24 Thread Jeff Law
On 08/24/2018 07:56 AM, Uros Bizjak wrote: > 2018-08-23 Uros Bizjak > > * emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes. > * emit-rtl.h (rtl_data): Remove return_bnd. > * explow.c (trunc_int_for_mode): Do not handle POINTER_BOUNDS_MODE_P. > * function.c (did

[PATCH]: Remove remaining traces of MPX bounded pointers

2018-08-24 Thread Uros Bizjak
2018-08-23 Uros Bizjak * emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes. * emit-rtl.h (rtl_data): Remove return_bnd. * explow.c (trunc_int_for_mode): Do not handle POINTER_BOUNDS_MODE_P. * function.c (diddle_return_value): Do not handle crtl->return_bnd.