https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85711
--- Comment #5 from Wilco <wilco at gcc dot gnu.org> --- Author: wilco Date: Mon Jul 15 11:00:48 2019 New Revision: 273491 URL: https://gcc.gnu.org/viewcvs?rev=273491&root=gcc&view=rev Log: Backport fix for PR85711 Backport from mainline 2019-01-23 Bin Cheng <bin.ch...@arm.com> Steve Ellcey <sell...@marvell.com> PR target/85711 * recog.c (address_operand): Return false on wrong mode for address. (constrain_operands): Check for mode with 'p' constraint. Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/recog.c