Landing: 71a5babb3611

Project / Subsystem

gcc / aarch64

Date

2026-07-09

Author

Kyrylo Tkachov

Commit

71a5babb361165f0be6848e6ad8fb209d486684e

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
aarch64
patch_id
commit_hash
71a5babb361165f0be6848e6ad8fb209d486684e
source_type
github
headline
AArch64 adds C++ testcase for aligned may_alias types.
tldr
New C++ testcase added for AArch64 to cover aligned `may_alias` types, addressing PR124146.
author
Kyrylo Tkachov
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • aarch64
  • testsuite
  • C++
  • type system
discussion_id_link
bugzilla_pr
date
2026-07-09T00:00:00.000Z

A C++ test case has been added for the AArch64 architecture to specifically test aligned may_alias types. This new test mirrors an existing C test and addresses an internal compiler error (ICE) that occurred without the fix, ensuring that the compiler correctly handles these types in C++ contexts.