Re: [pph] pph_in_binding_level fixing shadowed_labels read (issue4589054)

2011-06-14 Thread Diego Novillo
On Tue, Jun 14, 2011 at 13:59, Gabriel Charette wrote: > 2011-06-14  Gabriel Charette   > >        * pph-streamer-in.c (pph_in_binding_level): Fix read >        of shadowed_labels. >        (pph_in_binding_level): Removed *sl. OK, committed as rev 175050. Diego.

[pph] pph_in_binding_level fixing shadowed_labels read (issue4589054)

2011-06-14 Thread Gabriel Charette
We weren't reading in shadowed labels properly. The local variable *sl also turned out to be useless, the compiler just didn't mention it until now as it was "used" by the bad VEC_iterate call. This doesn't fix any currently exposed pph bugs, but does help with me with the patch I'm currently wri