OSDN Git Service

* recog.c (check_asm_operands): Treat indeterminate operand ok
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Feb 1999 20:03:23 +0000 (20:03 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Feb 1999 20:03:23 +0000 (20:03 +0000)
commit24871a8ea40a606b6550ee07a0b7c7565aa71390
tree4ad9c160c4fe69d4a35626cadecaf2682d7d73f3
parent635e473f55ed58cc73c4bf61d3f3ab12257f7003
    * recog.c (check_asm_operands): Treat indeterminate operand ok
        results as success.  Try harder to resolve a matching constraint.
        * stmt.c (expand_asm_operands): Recognize when an output operand's
        constraint does not allow memory.  Treat indeterminate operand ok
        results as failure.  Try harder to resolve a matching constraint.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24959 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/recog.c
gcc/stmt.c