[testsuite] tsvc: skip include malloc.h when unavailable
commit2f20d6296087cae51f55eeecb3efefe786191fd6
authorAlexandre Oliva <oliva@adacore.com>
Wed, 24 May 2023 06:07:46 +0000 (24 03:07 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Thu, 25 May 2023 02:40:31 +0000 (24 23:40 -0300)
tree80b547f9d2f33dd3bb45081b7088b6ef4d45e521
parent7daa166fe89fca4ff1baa063c00a5a690f7e462f
[testsuite] tsvc: skip include malloc.h when unavailable

tsvc tests all fail on systems that don't offer a malloc.h, other than
those that explicitly rule that out.  Use the preprocessor to test for
malloc.h's availability.

tsvc.h also expects a definition for struct timeval, but it doesn't
include sys/time.h.  Add a conditional include thereof.

for  gcc/testsuite/ChangeLog

* gcc.dg/vect/tsvc/tsvc.h: Test for and conditionally include
malloc.h and sys/time.h.
gcc/testsuite/gcc.dg/vect/tsvc/tsvc.h