(expand_call): If passing by invisible ref, not const.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 2 Mar 1996 19:30:32 +0000 (14:30 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 2 Mar 1996 19:30:32 +0000 (14:30 -0500)
From-SVN: r11404

gcc/calls.c

index 03442793ac8fbd2c31004e75c6fc52392015da0c..9a6b7fb75f96c6067ce7492703ae5d9a54defe16 100644 (file)
@@ -1086,6 +1086,7 @@ expand_call (exp, target, ignore)
              MEM_IN_STRUCT_P (copy) = AGGREGATE_TYPE_P (type);
 
              store_expr (args[i].tree_value, copy, 0);
+             is_const = 0;
 
              args[i].tree_value = build1 (ADDR_EXPR,
                                           build_pointer_type (type),