diff options
author | Jakub Jelinek <jakub@redhat.com> | 2020-12-07 19:20:25 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2020-12-07 19:20:25 +0100 |
commit | b737b70fad398728f6006e8397d1bb31ccea4ce7 (patch) | |
tree | 2a6658e3df17c11dd8d74d9c7403c9bc69678010 /gcc/objc/objc-encoding.h | |
parent | c3a1b3e6fb24ccf6f45e7d6ce904d5549bba01d6 (diff) | |
download | gcc-b737b70fad398728f6006e8397d1bb31ccea4ce7.zip gcc-b737b70fad398728f6006e8397d1bb31ccea4ce7.tar.gz gcc-b737b70fad398728f6006e8397d1bb31ccea4ce7.tar.bz2 |
builtins: Avoid ICE with __builtin_clear_padding on POINTERS_EXTEND_UNSIGNED targets [PR98147]
The function that calls targetm.emit_call_builtin___clear_cache
asserts that each of the begin and end operands has either ptr_mode or
Pmode.
On most targets that is the same mode, but e.g. on aarch64 -mabi=ilp32
or a few others it is different. When a target has a clear cache
non-library handler, it will use create_address_operand which will do the
conversion to the right mode automatically, but when emitting a library
call, we just say the operands are ptr_mode even when they can be Pmode
too; in that case we need to convert explicitly.
2020-12-07 Jakub Jelinek <jakub@redhat.com>
PR target/98147
* builtins.c (default_emit_call_builtin___clear_cache): Call
convert_memory_address to ptr_mode on both begin and end.
* gcc.dg/pr98147.c: New test.
Diffstat (limited to 'gcc/objc/objc-encoding.h')
0 files changed, 0 insertions, 0 deletions