https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104021
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>: https://gcc.gnu.org/g:8160b410517e1e3493d92358579d380872acb3e8 commit r12-6720-g8160b410517e1e3493d92358579d380872acb3e8 Author: Rimvydas Jasinskas <rimvydas....@gmail.com> Date: Tue Jan 18 06:27:17 2022 +0000 Fix tsvc test build on DragonFly. Currently all tsvc tests fail to build on DragonFly BSD because they assume <malloc.h> and memalign() are available. gcc/testsuite/ChangeLog: PR testsuite/104021 * gcc.dg/vect/tsvc/tsvc.h: Do not include malloc.h on dragonfly and use posix_memalign (). Signed-off-by: Rimvydas Jasinskas <rimvydas....@gmail.com>