]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/explow.c
convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.
[thirdparty/gcc.git] / gcc / explow.c
index 208d7093b2595668be28542da2618b10c87815cc..515778f5e6ba8cb609079a6559ebe46afed83bf1 100644 (file)
@@ -1089,8 +1089,8 @@ update_nonlocal_goto_save_area (void)
      first one is used for the frame pointer save; the rest are sized by
      STACK_SAVEAREA_MODE.  Create a reference to array index 1, the first
      of the stack save area slots.  */
-  t_save = build (ARRAY_REF, ptr_type_node, cfun->nonlocal_goto_save_area,
-                 integer_one_node, NULL_TREE, NULL_TREE);
+  t_save = build4 (ARRAY_REF, ptr_type_node, cfun->nonlocal_goto_save_area,
+                  integer_one_node, NULL_TREE, NULL_TREE);
   r_save = expand_expr (t_save, NULL_RTX, VOIDmode, EXPAND_WRITE);
 
   emit_stack_save (SAVE_NONLOCAL, &r_save, NULL_RTX);