Re: [PATCH] Fix PR48762

2013-04-09 Thread Jeff Law
On 04/09/2013 05:13 AM, Marek Polacek wrote: On Tue, Apr 09, 2013 at 11:45:04AM +0200, Eric Botcazou wrote: Alternatively, we can bump the minimum of that param, as usual ;) Let's do that and bump it to 1, my understanding is that 0 and 1 are equivalent for this param. Alright. So ok to app

Re: [PATCH] Fix PR48762

2013-04-09 Thread Marek Polacek
On Tue, Apr 09, 2013 at 11:45:04AM +0200, Eric Botcazou wrote: > > Alternatively, we can bump the minimum of that param, as usual ;) > > Let's do that and bump it to 1, my understanding is that 0 and 1 are > equivalent for this param. Alright. So ok to apply this one (trunk/4.8)? 2013-04-09 M

Re: [PATCH] Fix PR48762

2013-04-09 Thread Eric Botcazou
> Alternatively, we can bump the minimum of that param, as usual ;) Let's do that and bump it to 1, my understanding is that 0 and 1 are equivalent for this param. -- Eric Botcazou

[PATCH] Fix PR48762

2013-04-08 Thread Marek Polacek
This patch prevents two Invalid read of size 8 and one Invalid write of size 8 warnings when cc1 is run under valgrind. What happens here is that we firstly allocate 0B ebb_data.path = XNEWVEC (struct branch_path, PARAM_VALUE (PARAM_MAX_CSE_PATH_LENGTH)); (in fact, X