On Tue, Aug 21, 2012 at 10:33 PM, Jakub Jelinek wrote:
> Hi!
>
> The recent change in find_assert_locations from XCNEWVEC to XNEWVEC
> caused a valgrind warning, because bb_rpo[ENTRY_BLOCK] used to
> be accessed, but was never initialized.
Sorry for this breakage. I looked at each of the changes
On Tue, Aug 21, 2012 at 10:33 PM, Jakub Jelinek wrote:
> Hi!
>
> The recent change in find_assert_locations from XCNEWVEC to XNEWVEC
> caused a valgrind warning, because bb_rpo[ENTRY_BLOCK] used to
> be accessed, but was never initialized.
>
> Fixed by ignoring edges from ENTRY_BLOCK altogether.
>
Hi!
The recent change in find_assert_locations from XCNEWVEC to XNEWVEC
caused a valgrind warning, because bb_rpo[ENTRY_BLOCK] used to
be accessed, but was never initialized.
Fixed by ignoring edges from ENTRY_BLOCK altogether.
The rest are a couple of memory leak fixes.
Bootstrapped/regtested