------- Comment #7 from hp at gcc dot gnu dot org 2008-07-14 00:23 ------- Subject: Bug 35492
Author: hp Date: Mon Jul 14 00:22:35 2008 New Revision: 137765 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137765 Log: PR target/35492. * config/cris/cris.h (CRIS_CONST_OK_FOR_LETTER_P): Renamed from CONST_OK_FOR_LETTER_P. All port-local users changed. (CONST_OK_FOR_CONSTRAINT_P): Define; implement Kc as old K, implement Kp matching power-of-two. (CONSTRAINT_LEN): Define to match. * config/cris/cris.md: Replace all use of constraint K with Kc. ("*btst*): Use Kp for operand 0 of last alternative. Modified: trunk/gcc/ChangeLog trunk/gcc/config/cris/cris.c trunk/gcc/config/cris/cris.h trunk/gcc/config/cris/cris.md -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35492