https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117583
Bug ID: 117583
Summary: big-endian aarch64 BitInt support
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Keywords: ABI
Severity: enhancement
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: pinskia at gcc dot gnu.org
Blocks: 117580
Target Milestone: ---
Target: aarch64
The ABI is defined just currently aarch64_bitint_type_info does:
if (TARGET_BIG_END)
return false;
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117580
[Bug 117580] [meta-bug] Tagets should have a defined _BitInt ABI and implement
that ABI