This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r156017 - in /trunk/gcc: ChangeLog config/alpha...


Author: uros
Date: Mon Jan 18 17:46:17 2010
New Revision: 156017

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156017
Log:
	PR target/42774
	* config/alpha/predicates.md (aligned_memory_operand): Return 0 for
	memory references with unaligned offsets.  Remove CQImode handling.
	(unaligned_memory_operand): Return 1 for memory references with
	unaligned offsets.  Remove CQImode handling.

testsuite/ChangeLog:

	PR target/42774
	* gcc.target/alpha/pr42774.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/alpha/pr42774.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/alpha/predicates.md
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]