This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [ reload-v2]
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.
Well, it was definitly not intention of my statistics code to require
users to add random PASS_MEM_STAT.
There should be always corresponding macro hidding that.
OK. I just found another ggc_realloc call and copied what it did.
Also your patch will not compile with --enable-gather-detailed-stats
since you need MEM_STAT_INFO.
I'll take care of this.
Thanks,
Jeff