+2011-03-25 Jeff Law <law@redhat.com>
+
+ * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing
+ va_end.
+ * c-family/c-common.c (def_fn_type): Likewise.
+ * ada/gcc-interface/utils.c (def_fn_type): Likewise.
+ * emit-rtl.c (gen_rtvec): Likewise.
+ * lto/lto-lang.c (def_fn_type): Likewise.
+
2011-03-25 Richard Guenther <rguenther@suse.de>
* tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants
+2011-03-25 Jeff Law <law@redhat.com>
+
+ * ada/gcc-interface/utils.c (def_fn_type): Add missing va_end.
+
2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
* einfo.ads (Size_Depends_On_Discriminant): Adjust description.
egress:
builtin_types[def] = t;
+ va_end (list);
}
/* Build the builtin function types and install them in the builtin_types
+2011-03-25 Jeff Law <law@redhat.com>
+
+ * c-family/c-common.c (def_fn_type): Add missing va_end.
+
2011-03-25 Jason Merrill <jason@redhat.com>
* c.opt: Add -std=c++03.
egress:
builtin_types[def] = t;
+ va_end (list);
}
/* Build builtin functions common to both C and C++ language
{
assemble_align (POINTER_SIZE);
assemble_integer (addr, size, POINTER_SIZE, 1);
+ va_end (ap);
return;
}
/* Don't allocate an empty rtvec... */
if (n == 0)
- return NULL_RTVEC;
+ {
+ va_end (p);
+ return NULL_RTVEC;
+ }
rt_val = rtvec_alloc (n);
+2011-03-25 Jeff Law <law@redhat.com>
+
+ * lto/lto-lang.c (def_fn_type): Add missing va_end.
+
2011-03-21 Kai Tietz <ktietz@redhat.com>
PR target/12171
egress:
builtin_types[def] = t;
+ va_end (list);
}
/* Used to help initialize the builtin-types.def table. When a type of