This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/81487] [mingw32] ld.exe: error: asprintf failed


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81487

--- Comment #3 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Tue Jul 25 09:59:44 2017
New Revision: 250499

URL: https://gcc.gnu.org/viewcvs?rev=250499&root=gcc&view=rev
Log:
gcc/
        PR 81487
        * hsa-brig.c (brig_init): Use xasprintf instead of asprintf.
        * gimple-pretty-print.c (dump_profile, dump_probability): Same.
        * tree-ssa-structalias.c (alias_get_name): Same.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-pretty-print.c
    trunk/gcc/hsa-brig.c
    trunk/gcc/tree-ssa-structalias.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]