maybe fix opt/5863

Richard Henderson rth@redhat.com
Thu Mar 21 15:21:00 GMT 2002


On Fri, Mar 22, 2002 at 12:17:23AM +0100, Franz Sirl wrote:
> +(define_insn "*movsi_got_internal2"
> +  [(set (match_operand:SI 0 "gpc_reg_operand" "=b")
> +	(match_operand:SI 1 "got_no_const_operand" ""))]
> +  "DEFAULT_ABI == ABI_V4 && flag_pic == 1"
> +  "#"
> +  [(set_attr "type" "load")])

This doesn't do you any good in solving the problem that
the test case exposes.  You _really_ need to be modifying
movsi_internal.


r~



More information about the Gcc-patches mailing list