This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/81487] [mingw32] ld.exe: error: asprintf failed
- From: "gjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 26 Jul 2017 08:59:08 +0000
- Subject: [Bug lto/81487] [mingw32] ld.exe: error: asprintf failed
- Auto-submitted: auto-generated
- References: <bug-81487-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81487
--- Comment #4 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Wed Jul 26 08:58:37 2017
New Revision: 250562
URL: https://gcc.gnu.org/viewcvs?rev=250562&root=gcc&view=rev
Log:
lto-plugin/
Backport from 2017-07-21 trunk r250428.
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-25 trunk r250499.
PR 81487
* hsa-brig.c (brig_init): Use xasprintf instead of asprintf.
* gimple-pretty-print.c (dump_probability): Same.
* tree-ssa-structalias.c (alias_get_name): Same.
Modified:
branches/gcc-7-branch/gcc/ChangeLog
branches/gcc-7-branch/gcc/gimple-pretty-print.c
branches/gcc-7-branch/gcc/hsa-brig.c
branches/gcc-7-branch/gcc/tree-ssa-structalias.c
branches/gcc-7-branch/lto-plugin/ChangeLog
branches/gcc-7-branch/lto-plugin/lto-plugin.c