On Fri, Dec 26, 2014 at 2:00 PM, Uros Bizjak <ubiz...@gmail.com> wrote:
> This patch uses x{v,}asprintf where the result of the function is unused. > > 2014-12-26 Uros Bizjak <ubiz...@gmail.com> > > * diagnostic.c (build_message_string): Use xvasprintf. > * final.c (output_operand_lossage): Use xvasprintf and xasprintf. > * lto-wrapper.c (merge_and_complain): Use xasprintf. > * targhooks.c (pch_option_mismatch): Ditto. > * tree-ssa-structalias.c (create_function_info_for): Ditto. > (create_variable_info_for_1): Ditto. > > Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}. > > OK for mainline? Approved offline by Richi. Committed to mainline SVN. Uros.