On April 28, 2021 6:37:56 PM GMT+02:00, Jeff Law wrote:
>
>On 4/28/2021 1:59 AM, Richard Biener wrote:
>> This makes sure to fall into the
>delete_unreachable_blocks_update_callgraph
>> handling to remove blocks becoming unreachable when removing EH edges
>> by tracking blocks to need EH cleanup a
On 4/28/2021 1:59 AM, Richard Biener wrote:
This makes sure to fall into the delete_unreachable_blocks_update_callgraph
handling to remove blocks becoming unreachable when removing EH edges
by tracking blocks to need EH cleanup and doing that after releasing
dominance info.
This fixes an ICE s
This makes sure to fall into the delete_unreachable_blocks_update_callgraph
handling to remove blocks becoming unreachable when removing EH edges
by tracking blocks to need EH cleanup and doing that after releasing
dominance info.
This fixes an ICE seen with gfortran.dg/gomp/pr88933.f90 when enhan