https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80266
--- Comment #2 from Wilco <wilco at gcc dot gnu.org> --- Fixing aarch64_classify_address means we now reject incorrect addresses, however GCC midend generates a lot of 32-bit pointers which are not correctly changed into addresses, resulting in even more assertions. So there is no easy fix until the mid-end understands the difference between pointers and addresses...