This is the mail archive of the gcc-patches@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]

Re: [ reload-v2]


On 06/16/10 23:15, Laurynas Biveinis wrote:
2010/6/16 Jeff Law<law@redhat.com>:
ggc_realloc is no longer supported, ggc_realloc_stat is the proper way to do
things now. This allows reload-v2 to bootstrap after monday's merge from
the trunk.
There are two ggc_realloc replacements: GGC_RESIZEVEC and
GGC_RESIZEVAR. Do they work for you?
I simply wasn't aware of them. I'm testing with GGC_RESIZEVEC right now.

jeff


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