]> gcc.gnu.org Git - gcc.git/commit
backport: re PR lto/81487 ([mingw32] ld.exe: error: asprintf failed)
authorGeorg-Johann Lay <avr@gjlay.de>
Wed, 26 Jul 2017 13:59:54 +0000 (13:59 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Wed, 26 Jul 2017 13:59:54 +0000 (13:59 +0000)
commit14e626646d657b7001540c21f4d8d338506a570b
treebdc129b9941a7097ed9f64ad82e9b08e7e475f26
parent06fe70d6b39bd420aa533ad0545df5872cae6c9b
backport: re PR lto/81487 ([mingw32] ld.exe: error: asprintf failed)

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.

From-SVN: r250573
gcc/ChangeLog
gcc/hsa-brig.c
gcc/tree-ssa-structalias.c
lto-plugin/ChangeLog
lto-plugin/lto-plugin.c
This page took 0.054289 seconds and 5 git commands to generate.