Landing: 19888932d149

Project / Subsystem

gcc / gcc/testsuite

Date

2026-07-16

Author

Rainer Orth

Commit

19888932d149c9df18306544d5b0ad0e38f2a6fe

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc/testsuite
patch_id
commit_hash
19888932d149c9df18306544d5b0ad0e38f2a6fe
source_type
github
headline
Fix vect testsuite failures on NetBSD by using posix_memalign
tldr
Vectorization testsuite on NetBSD now passes by using posix_memalign instead of memalign.
author
Rainer Orth
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • netbsd
  • vectorization
discussion_id_link
bugzilla_pr
date
2026-07-16T00:00:00.000Z

NetBSD testsuite failures in gcc.dg/vect/tsvc have been resolved by replacing the non-existent memalign function with posix_memalign. The tests now compile and execute correctly on NetBSD.