From 4221057e8f2e0e6425b61952bc06b1904681bf69 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 19 Feb 2004 14:39:55 -0800 Subject: Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros. * Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros. * tree.c (build0, build1, build2, build3, build4): Split out from... (build): ... here. Call them. * tree.h (build, _buildN1, _buildN2, _buildC1, _buildC2): New. * convert.c (convert_to_integer): Remove extra build argument. * tree-inline.c (expand_call_inline): Likewise. ada/ * misc.c (record_code_position): Add third build arg for RTL_EXPR. java/ * parse.y (switch_label): Use make_node for DEFAULT_EXPR. From-SVN: r78126 --- gcc/ada/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ada/misc.c') diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c index 6a40590..a87331d 100644 --- a/gcc/ada/misc.c +++ b/gcc/ada/misc.c @@ -804,7 +804,7 @@ record_code_position (Node_Id gnat_node) addressable needs some fixups and also for above reason. */ save_gnu_tree (gnat_node, build (RTL_EXPR, void_type_node, NULL_TREE, - (tree) emit_note (NOTE_INSN_DELETED)), + (tree) emit_note (NOTE_INSN_DELETED), NULL_TREE), 1); } -- cgit v1.1