Re: [PATCH] Fix bootstrap with gcc 4.3

2014-07-22 Thread Richard Biener
On Sat, 19 Jul 2014, Gerald Pfeifer wrote: > On Mon, 14 Jul 2014, Richard Biener wrote: > > 2014-07-14 Richard Biener > > > > * libgcov.h (struct gcov_fn_info): Make ctrs size 1. > > I actually had the same patch ready and tested already, but realized > this would increase memory consumpt

Re: [PATCH] Fix bootstrap with gcc 4.3

2014-07-19 Thread Gerald Pfeifer
On Mon, 14 Jul 2014, Richard Biener wrote: > 2014-07-14 Richard Biener > > * libgcov.h (struct gcov_fn_info): Make ctrs size 1. I actually had the same patch ready and tested already, but realized this would increase memory consumption (though just a bit) and over- allocate gcov_fn_info

[PATCH] Fix bootstrap with gcc 4.3

2014-07-14 Thread Richard Biener
Bootstrapped and tested on x86_64-unknown-linux-gnu, applied. Richard. 2014-07-14 Richard Biener * libgcov.h (struct gcov_fn_info): Make ctrs size 1. Index: libgcc/libgcov.h === --- libgcc/libgcov.h(revision 212515)