OSDN Git Service

* c-typeck.c (c_expand_asm_operands): Use proper values when calling
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jun 1998 21:49:26 +0000 (21:49 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jun 1998 21:49:26 +0000 (21:49 +0000)
        expand_expr..

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20605 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-typeck.c

index 3d797f8..f0daa64 100644 (file)
@@ -1,5 +1,8 @@
 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.
        (check_newline, build_objc_string): Remove declaration.
 
index f8f0705..ea2fea8 100644 (file)
@@ -6862,7 +6862,7 @@ c_expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line)
       if (o[i] != 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 ();
        }
       /* Detect modification of read-only values.