Landing: dbdb8dab6ff7

Project / Subsystem

gcc / aarch64

Date

2026-07-01

Author

Jakub Jelinek

Commit

dbdb8dab6ff70fd56b89dbacc576e3d71340ab81

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
aarch64
patch_id
commit_hash
dbdb8dab6ff70fd56b89dbacc576e3d71340ab81
source_type
github
headline
aarch64: Remove spurious semicolons triggering pedantic warnings
tldr
Removes several unnecessary semicolons from AArch64 backend code that caused pedantic warnings.
author
Jakub Jelinek
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • aarch64
  • build
  • warning
  • compiler
discussion_id_link
bugzilla_pr
date
2026-07-01T00:00:00.000Z

This commit cleans up the AArch64 backend code by removing several spurious semicolons that were causing pedantic warnings during compilation. These warnings were triggered by -Wpedantic flags in files related to AArch64 metadata, SVE builtins, and tuning models. The removed semicolons were syntactically unnecessary and did not affect the code’s functionality, ensuring cleaner compilation output.