All,
[Apologies to those getting this twice - used wrong account to send it
initially].
The attached patch updates the gcc.dg/vshift-*.c tests to call the
function rand and not random, as random is not available on all targets,
but rand should be as it is in the Standard C Library.
Can som
On Mon, Nov 21, 2011 at 01:58:18PM +, Matthew Gretton-Dann wrote:
> gcc/testsuite/ChangeLog:
>
> 2011-11-21 Matthew Gretton-Dann
>
>* gcc.dg/vshift-1.c (main): Call rand instead of random.
>* gcc.dg/vshift-3.c (main): Likewise.
This is ok for the trunk.
Jakub