From: John David Anglin Date: Sun, 27 Feb 2005 17:14:31 +0000 (+0000) Subject: re PR rtl-optimization/17728 (ICE in extract_insn, at recog.c:2083, unrecognizable... X-Git-Tag: releases/gcc-3.4.4~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7bdc8203198defbf2a7bd335e650181f43fc6e7;p=thirdparty%2Fgcc.git re PR rtl-optimization/17728 (ICE in extract_insn, at recog.c:2083, unrecognizable insn) PR rtl-optimization/17728 * pa.md (mulsi3, divsi3, udivsi3, modsi3): Change predicate for operand 0 from general_operand to move_dest_operand. From-SVN: r95620 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 095540bbfb86..15d9fc334bef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-02-27 John David Anglin + + PR rtl-optimization/17728 + * pa.md (mulsi3, divsi3, udivsi3, modsi3): Change predicate for + operand 0 from general_operand to move_dest_operand. + 2005-02-26 Paolo Carlini * doc/extend.texi (Declaring Attributes of Functions): diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 22067388106a..5b3a612c72d7 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -5082,7 +5082,7 @@ (clobber (reg:SI 26)) (clobber (reg:SI 25)) (clobber (match_dup 4))]) - (set (match_operand:SI 0 "general_operand" "") (reg:SI 29))] + (set (match_operand:SI 0 "move_dest_operand" "") (reg:SI 29))] "" " { @@ -5208,7 +5208,7 @@ (clobber (reg:SI 26)) (clobber (reg:SI 25)) (clobber (match_dup 5))]) - (set (match_operand:SI 0 "general_operand" "") (reg:SI 29))] + (set (match_operand:SI 0 "move_dest_operand" "") (reg:SI 29))] "" " { @@ -5264,7 +5264,7 @@ (clobber (reg:SI 26)) (clobber (reg:SI 25)) (clobber (match_dup 5))]) - (set (match_operand:SI 0 "general_operand" "") (reg:SI 29))] + (set (match_operand:SI 0 "move_dest_operand" "") (reg:SI 29))] "" " { @@ -5321,7 +5321,7 @@ (clobber (reg:SI 26)) (clobber (reg:SI 25)) (clobber (match_dup 5))]) - (set (match_operand:SI 0 "general_operand" "") (reg:SI 29))] + (set (match_operand:SI 0 "move_dest_operand" "") (reg:SI 29))] "" " { @@ -5373,7 +5373,7 @@ (clobber (reg:SI 26)) (clobber (reg:SI 25)) (clobber (match_dup 5))]) - (set (match_operand:SI 0 "general_operand" "") (reg:SI 29))] + (set (match_operand:SI 0 "move_dest_operand" "") (reg:SI 29))] "" " {