Landing: 137d666647ec

Project / Subsystem

gcc / vxworks

Date

2026-05-11

Author

Alexandre Oliva

Commit

137d666647ecebc1b5e5c070218598d1a0b52363

Source

github

Perf win

Yes

Breaking

No

All attributes

project
gcc
subsystem
vxworks
patch_id
commit_hash
137d666647ecebc1b5e5c070218598d1a0b52363
source_type
github
headline
VxWorks: Support aarch64 errata
tldr
AArch64 errata are now supported on VxWorks, and related test skips have been reverted.
author
Alexandre Oliva
outcome
committed
performance_win
true
breaking_change
false
series_id
series_parts
[]
tags
  • vxworks
  • aarch64
  • errata
  • compiler
discussion_id_link
bugzilla_pr
date
2026-05-11T00:00:00.000Z

This commit enables support for AArch64 errata (hardware bugs requiring software workarounds) on the VxWorks operating system. By adding necessary specifications, the compiler can now generate code that avoids these errata. As a result, previously skipped tests related to AArch64 errata on VxWorks are now re-enabled and expected to pass.