c-typeck.c (c_expand_asm_operands): Use proper values when calling expand_expr..
authorH.J. Lu <hjl@gnu.org>
Fri, 19 Jun 1998 21:49:26 +0000 (21:49 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 19 Jun 1998 21:49:26 +0000 (15:49 -0600)
        * c-typeck.c (c_expand_asm_operands): Use proper values when calling
        expand_expr..

From-SVN: r20605

gcc/ChangeLog
gcc/c-typeck.c

index 3d797f83d29d5e05449d08b2f80d3245a8b8800c..f0daa64e6031cb9d1e841a31c21f6da3c6e80f9c 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 f8f0705e324455ea4cb397004778dcbbc5c4aef9..ea2fea84d80cd25590298cb96cad09f46a5f410e 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.