Re: [PATCH] Fix dom ICE (PR tree-optimization/55329)

2012-11-16 Thread Jeff Law
On 11/15/2012 01:14 PM, Jakub Jelinek wrote: Hi! On the following testcase we ICE, because tree_ssa_dominator_optimize modifies the bitmap while iterating it. In particular, it contained just a single bit in it, bitmap_clear_bit turned the bitmap into empty bitmap and bitmap_set_bit on a lower

[PATCH] Fix dom ICE (PR tree-optimization/55329)

2012-11-15 Thread Jakub Jelinek
Hi! On the following testcase we ICE, because tree_ssa_dominator_optimize modifies the bitmap while iterating it. In particular, it contained just a single bit in it, bitmap_clear_bit turned the bitmap into empty bitmap and bitmap_set_bit on a lower bit reused the same bitmap_element with lower