diff options
author | Jakub Jelinek <jakub@redhat.com> | 2021-04-27 17:50:53 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2021-04-27 17:52:19 +0200 |
commit | 1c0c371d0ea297af2e3180c64cd18f2bfce919b1 (patch) | |
tree | a1269e1fbb86dbdf1b13471ac585300712153100 /configure | |
parent | c33db31d9ad96f6414460315c12b4b505fad5dd7 (diff) | |
download | gcc-1c0c371d0ea297af2e3180c64cd18f2bfce919b1.zip gcc-1c0c371d0ea297af2e3180c64cd18f2bfce919b1.tar.gz gcc-1c0c371d0ea297af2e3180c64cd18f2bfce919b1.tar.bz2 |
aarch64: Fix up last commit [PR100200]
Pedantically signed vs. unsigned mismatches in va_arg are only well defined
if the value can be represented in both signed and unsigned integer types.
2021-04-27 Jakub Jelinek <jakub@redhat.com>
PR target/100200
* config/aarch64/aarch64.c (aarch64_print_operand): Cast -UINTVAL
back to HOST_WIDE_INT.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions