Aarch64 sim fix for gcc-10 miscompilation.
authorJim Wilson <jimw@sifive.com>
Thu, 8 Apr 2021 01:51:52 +0000 (18:51 -0700)
committerJim Wilson <jimw@sifive.com>
Thu, 8 Apr 2021 01:51:52 +0000 (18:51 -0700)
commit0592e80bcf1bbab2fbbb110ea395f9608e4f594c
treeb175364127540032ba3a64ca889ab5d67efa82ea
parentbf5271659d0d78174041aa0e198406c9ecacc7a4
Aarch64 sim fix for gcc-10 miscompilation.

This fixes a problem that occurs when compiled by gcc-10, as the code
is relying on undefined overflow behavior.  This is fixed by replacing
compares between 32-bit and 64-bit results with compares that just use
the 64-bit results with a cast.

PR sim/27483
* simulator.c (set_flags_for_add32): Compare uresult against
itself.  Compare sresult against itself.
sim/aarch64/ChangeLog
sim/aarch64/simulator.c
This page took 0.065396 seconds and 4 git commands to generate.