Commit f5a8bfff by H.J. Lu Committed by Jeff Law

c-typeck.c (c_expand_asm_operands): Use proper values when calling expand_expr..

        * c-typeck.c (c_expand_asm_operands): Use proper values when calling
        expand_expr..

From-SVN: r20605
parent 3ab6dd7c
Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org) Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org)
* c-typeck.c (c_expand_asm_operands): Use proper values when calling
expand_expr..
* c-lex.c (yyprint): Add prototype. * c-lex.c (yyprint): Add prototype.
(check_newline, build_objc_string): Remove declaration. (check_newline, build_objc_string): Remove declaration.
......
...@@ -6862,7 +6862,7 @@ c_expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line) ...@@ -6862,7 +6862,7 @@ c_expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line)
if (o[i] != TREE_VALUE (tail)) if (o[i] != TREE_VALUE (tail))
{ {
expand_expr (build_modify_expr (o[i], NOP_EXPR, TREE_VALUE (tail)), expand_expr (build_modify_expr (o[i], NOP_EXPR, TREE_VALUE (tail)),
0, VOIDmode, 0); NULL_RTX, VOIDmode, EXPAND_NORMAL);
free_temp_slots (); free_temp_slots ();
} }
/* Detect modification of read-only values. /* Detect modification of read-only values.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment