Jakub Jelinek <ja...@redhat.com> writes: > On Thu, Mar 28, 2024 at 03:00:46PM +0000, Richard Sandiford wrote: >> > * gcc.target/aarch64/bitint-alignments.c: New test. >> > * gcc.target/aarch64/bitint-args.c: New test. >> > * gcc.target/aarch64/bitint-sizes.c: New test. >> > * gcc.target/aarch64/bitfield-bitint-abi.h: New header. >> > * gcc.target/aarch64/bitfield-bitint-abi-align16.c: New test. >> > * gcc.target/aarch64/bitfield-bitint-abi-align8.c: New test. >> >> Since we don't support big-endian yet, I assume the tests should be >> conditional on aarch64_little_endian. > > Perhaps better on bitint effective target, then they'll become available > automatically as soon as big endian aarch64 _BitInt support is turned on.
Ah, yeah, good point. Richard