https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92305
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dje at gcc dot gnu.org,
| |segher at gcc dot gnu.org
--- Comment #13 from Tobias Burnus <burnus at gcc dot gnu.org> ---
19:03 < segher> so this is BE, right?
19:03 < segher> the caller does li 9,1 ; std 9,32(1)
19:04 < segher> so it stores the bool as a 64-bit number
19:04 < segher> but the callee reads it like lbz 9,144(31)
19:05 < segher> that's the right address, but the wrong end of that 8-byte
thing