------- Comment #7 from uweigand at gcc dot gnu dot org 2005-11-02 23:16 ------- Subject: Bug 24615
Author: uweigand Date: Wed Nov 2 23:16:31 2005 New Revision: 106405 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106405 Log: ChangeLog: PR target/24615 * config/s390/s390-protos.h (s390_decompose_shift_count): Declare. * config/s390/s390.c (s390_decompose_shift_count): New function. (s390_extra_constraint_str) ['Y']: Use s390_decompose_shift_count. (print_shift_count_operand): Use s390_decompose_shift_count. * config/s390/predicates.md ("setmem_operand", "shift_count_operand"): Use s390_decompose_shift_count. Do not accept any non-base hard regs. testsuite/ChangeLog: PR target/24615 * gcc.dg/pr24615.c: New test. Added: trunk/gcc/testsuite/gcc.dg/pr24615.c Modified: trunk/gcc/ChangeLog trunk/gcc/config/s390/predicates.md trunk/gcc/config/s390/s390-protos.h trunk/gcc/config/s390/s390.c trunk/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24615