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 c/79471] valgrind error for gcc.c-torture/compile/limits-fnargs.c


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

--- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Tue Feb 14 08:05:38 2017
New Revision: 245419

URL: https://gcc.gnu.org/viewcvs?rev=245419&root=gcc&view=rev
Log:
Replace XALLOCAVEC with XCNEWVEC (PR c/79471).

2017-02-14  Martin Liska  <mliska@suse.cz>

        Backport from mainline
        2017-02-13  Martin Liska  <mliska@suse.cz>

        PR c/79471
        * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.

Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/calls.c

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