This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/80266] ICE in store_pairsi condition with -mabi=ilp32
- From: "wilco at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 05 Jul 2017 17:13:46 +0000
- Subject: [Bug target/80266] ICE in store_pairsi condition with -mabi=ilp32
- Auto-submitted: auto-generated
- References: <bug-80266-4@http.gcc.gnu.org/bugzilla/>
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...