diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2024-01-30 11:04:59 +0000 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2024-02-19 20:12:47 +0000 |
commit | 2322b6dd4a8b0b0a771a696368eefadc7be24ddc (patch) | |
tree | 021c2512d07874ac40d0b8b4f542a86d04674a64 /libcpp | |
parent | 238f93ae94f4493321e3ca331c165d0d0c1e761d (diff) | |
download | gcc-2322b6dd4a8b0b0a771a696368eefadc7be24ddc.zip gcc-2322b6dd4a8b0b0a771a696368eefadc7be24ddc.tar.gz gcc-2322b6dd4a8b0b0a771a696368eefadc7be24ddc.tar.bz2 |
aarch64: Register rng builtins with uint64_t pointers.
Currently, these are registered as unsigned_intDI_type_node which is not
necessarily the same type definition as uint64_t. On platforms where these
differ that causes fails in consuming the arm_acle.h header.
gcc/ChangeLog:
* config/aarch64/aarch64-builtins.cc (aarch64_init_rng_builtins):
Register these builtins with a pointer to uint64_t rather than unsigned
DI mode.
Diffstat (limited to 'libcpp')
0 files changed, 0 insertions, 0 deletions