Re: [AArch64 testsuite] Make vect-abs.c C99 compliant

2014-03-24 Thread Marcus Shawcroft
On 24/03/14 10:00, James Greenhalgh wrote: *ping* Jakub pointed out to me recently that obvious patches are OK even in Stage 4, so if I don't hear any objections in 24 hours, I'll push this. Thanks, James OK /Marcus

Re: [AArch64 testsuite] Make vect-abs.c C99 compliant

2014-03-24 Thread James Greenhalgh
*ping* Jakub pointed out to me recently that obvious patches are OK even in Stage 4, so if I don't hear any objections in 24 hours, I'll push this. Thanks, James On Tue, Feb 18, 2014 at 12:35:17PM +, James Greenhalgh wrote: > > Hi, > > This test fails on a linux build because it tries to u

[AArch64 testsuite] Make vect-abs.c C99 compliant

2014-02-18 Thread James Greenhalgh
Hi, This test fails on a linux build because it tries to use the LONG_LONG_{MAX/MIN} macros from "types.h". These are not guaranteed to exist, and my system "types.h" doesn't provide them. C99 provides LLONG_{MIN/MAX} for this purpose. A gnu89 baremetal compiler doesn't seem to carry these macro