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]

r174986 - in /trunk/gcc: ChangeLog config/h8300...


Author: kaushikp
Date: Mon Jun 13 09:31:41 2011
New Revision: 174986

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174986
Log:
	* config/h8300/h8300.md (bsetqi_msx, bclrqi_msx, bnotqi_msx): Added 
	condition to disallow non-identical memory locations.
	(*andqi3_2, andqi3_1, iorqi3_1, xorqi3_1): Reorder insn to give
	preference to bit manipulation instructions.
	* gcc.dg/h8300-bit-insn-ice2.2: New testcase.

Added:
    trunk/gcc/testsuite/gcc.dg/h8300-bit-insn-ice2.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/h8300/h8300.md


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