]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite, Darwin: In tsvc.h, use malloc for Darwin <= 9.
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 13 Nov 2021 11:58:09 +0000 (11:58 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Mon, 15 Nov 2021 19:28:07 +0000 (19:28 +0000)
commitbd5159bdd4f26ea6e01c1411149e8e2eaec62531
tree621ca4bc9a8865ab0c0176f1ca207d852bab2ea9
parentb7f0147833a302d654bf95a9c89f77c7ba4c7148
testsuite, Darwin: In tsvc.h, use malloc for Darwin <= 9.

Earlier Darwin versions fdo not have posix_memalign() but the
malloc implementation is guaranteed to produce memory suitably
aligned for the largest vector type.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/testsuite/ChangeLog:

* gcc.dg/vect/tsvc/tsvc.h: Use malloc for Darwin 9 and
earlier.
gcc/testsuite/gcc.dg/vect/tsvc/tsvc.h