------- Comment #8 from jakub at gcc dot gnu dot org 2005-12-07 16:52 ------- Created an attachment (id=10437) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10437&action=view) gcc41-pr25268.patch
Ok (not sure if it really is a good idea to make the *_operand names that long), just I'm afraid ashrdi3_cc_64_and, ashrdi3_cc_31_and and ashrsi3_cc_and will never match in your patch, because you haven't replaced (match_dup 2) with (and:SI (match_dup 2) (match_dup 3)). Attaching updated version of your patch with this and testcase incorporated. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25268