Re: [002/nnn] poly_int: IN_TARGET_CODE

2017-12-15 Thread Jeff Law
On 12/14/2017 06:08 PM, Richard Sandiford wrote: > Jeff Law writes: >> On 10/23/2017 10:58 AM, Richard Sandiford wrote: >>> This patch makes each target-specific TU define an IN_TARGET_CODE macro, >>> which is used to decide whether poly_int<1, C> should convert to C. >>> >>> >>> 2017-10-23 Richa

Re: [002/nnn] poly_int: IN_TARGET_CODE

2017-12-14 Thread Richard Sandiford
Jeff Law writes: > On 10/23/2017 10:58 AM, Richard Sandiford wrote: >> This patch makes each target-specific TU define an IN_TARGET_CODE macro, >> which is used to decide whether poly_int<1, C> should convert to C. >> >> >> 2017-10-23 Richard Sandiford >> Alan Hayward >> D

Re: [002/nnn] poly_int: IN_TARGET_CODE

2017-11-16 Thread Jeff Law
On 10/23/2017 10:58 AM, Richard Sandiford wrote: > This patch makes each target-specific TU define an IN_TARGET_CODE macro, > which is used to decide whether poly_int<1, C> should convert to C. > > > 2017-10-23 Richard Sandiford > Alan Hayward > David Sherwood > > gcc/

[002/nnn] poly_int: IN_TARGET_CODE

2017-10-23 Thread Richard Sandiford
This patch makes each target-specific TU define an IN_TARGET_CODE macro, which is used to decide whether poly_int<1, C> should convert to C. 2017-10-23 Richard Sandiford Alan Hayward David Sherwood gcc/ * genattrtab.c (write_header): Define IN_TARGET_CODE t