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 #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Mon Feb 13 13:13:21 2017
New Revision: 245385

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

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

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

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/calls.c

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