On Tue, Jan 31, 2017 at 01:42:31PM +0100, Christophe Lyon wrote: > The updated test does not link when using newlib, missing random(). > > The small attached patch fixes this by calling rand() instead. > Tested on arm-none-eabi, aarch64-elf. > > OK? > > Christophe
Okay, thanks! Segher > 2017-01-31 Christophe Lyon <christophe.l...@linaro.org> > > * gcc.dg/memcmp-1.c (static void test_driver_memcmp): Call > rand() instead of random().