Re: [PR 82808] Use result types for arithmetic jump functions

2017-11-29 Thread Martin Jambor
On Tue, Nov 28 2017, Martin Jambor wrote: > ... > > Done, this is what I have just committed. I will prepare a conservative > fix for gcc 7 with only the expr_type_first_operand_type_p part. > The following is what I have committed to the gcc-7-branch after a round of bootstrap and testing on an

Re: [PR 82808] Use result types for arithmetic jump functions

2017-11-28 Thread Martin Jambor
Hi, On Tue, Nov 28 2017, Richard Biener wrote: > On Tue, Nov 28, 2017 at 12:35 AM, Martin Jambor wrote: ... >> index 7efd644fb27..2a25c657f8b 100644 >> --- a/gcc/tree.c >> +++ b/gcc/tree.c >> @@ -13893,6 +13893,52 @@ arg_size_in_bytes (const_tree type) >>return TYPE_EMPTY_P (type) ? size_ze

Re: [PR 82808] Use result types for arithmetic jump functions

2017-11-28 Thread Richard Biener
On Tue, Nov 28, 2017 at 12:35 AM, Martin Jambor wrote: > Hi, > > sorry for getting so late to this. However... > > On Tue, Nov 14 2017, Richard Biener wrote: >> On Tue, Nov 14, 2017 at 10:31 AM, Prathamesh Kulkarni >> wrote: >>> On 3 November 2017 at 15:38, Richard Biener >>> wrote: On Fr

[PR 82808] Use result types for arithmetic jump functions

2017-11-27 Thread Martin Jambor
Hi, sorry for getting so late to this. However... On Tue, Nov 14 2017, Richard Biener wrote: > On Tue, Nov 14, 2017 at 10:31 AM, Prathamesh Kulkarni > wrote: >> On 3 November 2017 at 15:38, Richard Biener >> wrote: >>> On Fri, Nov 3, 2017 at 6:15 AM, Prathamesh Kulkarni >>> wrote: Hi Ma