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: [patch] Fix bootstrap with GATHER_STATISTICS


Rafael Espindola <espindola@google.com> writes:

> This patch fixes c++ compatibility warnings in functions that are only
> compiled when building with --enable-gather-detailed-mem-stats.
>
> 2009-04-30  Rafael Avila de Espindola  <espindola@google.com>
>
> 	* alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value
> 	instead of an int.
> 	* bitmap.c (bitmap_descriptor): Likewise.
> 	* ggc-common.c (loc_descriptor): Likewise.
> 	* varray.c (varray_descriptor): Likewise.
> 	* vec.c (vec_descriptor): Likewise.

This is OK if bootstrapped (you didn't say).  Thanks.

Ian


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