------- Comment #6 from uros at gcc dot gnu dot org 2010-01-02 14:32 ------- Subject: Bug 42448
Author: uros Date: Sat Jan 2 14:32:23 2010 New Revision: 155568 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155568 Log: PR target/42448 * config/alpha/predicates.md (aligned_memory_operand): Return false for CQImode. (unaligned_memory_operand): Return true for CQImode. * config/alpha/alpha.c (get_aligned_mem): Assert that location doesn not cross aligned SImode word boundary. testsuite/ChangeLog: PR target/42448 * gcc.target/alpha/pr42448-1.c: New test. * gcc.target/alpha/pr42448-2.c: Ditto. Added: branches/gcc-4_3-branch/gcc/testsuite/gcc.target/alpha/pr42448-1.c branches/gcc-4_3-branch/gcc/testsuite/gcc.target/alpha/pr42448-2.c Modified: branches/gcc-4_3-branch/gcc/ChangeLog branches/gcc-4_3-branch/gcc/config/alpha/alpha.c branches/gcc-4_3-branch/gcc/config/alpha/predicates.md -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42448