https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57032
--- Comment #15 from uros at gcc dot gnu.org --- Author: uros Date: Mon May 18 16:34:23 2015 New Revision: 223298 URL: https://gcc.gnu.org/viewcvs?rev=223298&root=gcc&view=rev Log: PR target/57032 * config/alpha/constraints.md (Q): Rewrite as define_memory_constraint. Check for a memory location that is not a reference (using an AND) to an unaligned location here. * config/alpha/predicates.md (normal_memory_operand): Remove. Modified: trunk/gcc/ChangeLog trunk/gcc/config/alpha/constraints.md trunk/gcc/config/alpha/predicates.md