Re: [PATCH] [ARC] define SIZE_TYPE and PTRDIFF_TYPE correctly

2016-11-07 Thread Vineet Gupta
On 11/03/2016 03:57 AM, Claudiu Zissulescu wrote: > Hi Vineet, > > Thank you for your contribution. > >> gcc/ >> 2016-10-28 Vineet Gupta >> >> * config/arc/arc.h (SIZE_TYPE): define as unsigned int. >> * (PTRDIFF_TYPE): define as int. >> > Approved and

RE: [PATCH] [ARC] define SIZE_TYPE and PTRDIFF_TYPE correctly

2016-11-03 Thread Claudiu Zissulescu
Hi Vineet, Thank you for your contribution. > gcc/ > 2016-10-28 Vineet Gupta > > * config/arc/arc.h (SIZE_TYPE): define as unsigned int. > * (PTRDIFF_TYPE): define as int. > Approved and committed. However, the entry changelog line is not as expected and

Re: [PATCH] [ARC] define SIZE_TYPE and PTRDIFF_TYPE correctly

2016-10-31 Thread Vineet Gupta
On 10/31/2016 09:45 AM, Andreas Schwab wrote: > On Okt 31 2016, Vineet Gupta wrote: > >> This silences tons of -Wformat= warnings when building ARC Linux kernel >> with gcc 6.x (and restores the ARC gcc 4.8.x behaviour) which had >> similar fix. >> >> gcc/ >>

Re: [PATCH] [ARC] define SIZE_TYPE and PTRDIFF_TYPE correctly

2016-10-31 Thread Andreas Schwab
On Okt 31 2016, Vineet Gupta wrote: > This silences tons of -Wformat= warnings when building ARC Linux kernel > with gcc 6.x (and restores the ARC gcc 4.8.x behaviour) which had > similar fix. > > gcc/ > 2016-10-28 Vineet Gupta > > *