https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81487
--- Comment #5 from Georg-Johann Lay <gjl at gcc dot gnu.org> --- Author: gjl Date: Wed Jul 26 13:59:54 2017 New Revision: 250573 URL: https://gcc.gnu.org/viewcvs?rev=250573&root=gcc&view=rev Log: lto-plugin/ Backport from 2017-07-26 gcc-7-branch r250562. PR lto/81487 * lto-plugin.c (claim_file_handler): Use xasprintf instead of asprintf. [hi!=0]: Swap hi and lo arguments supplied to xasprintf. gcc/ Backport from 2017-07-26 gcc-7-branch r250562. PR 81487 * hsa-brig.c (brig_init): Use xasprintf instead of asprintf. * tree-ssa-structalias.c (alias_get_name): Same. Modified: branches/gcc-6-branch/gcc/ChangeLog branches/gcc-6-branch/gcc/hsa-brig.c branches/gcc-6-branch/gcc/tree-ssa-structalias.c branches/gcc-6-branch/lto-plugin/ChangeLog branches/gcc-6-branch/lto-plugin/lto-plugin.c
