Re: [PATCH][v2] ipa/100308 - properly update the callgraph when pruning EH in IPA CP

2021-04-28 Thread Richard Biener
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

Re: [PATCH][v2] ipa/100308 - properly update the callgraph when pruning EH in IPA CP

2021-04-28 Thread Jeff Law via Gcc-patches
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

[PATCH][v2] ipa/100308 - properly update the callgraph when pruning EH in IPA CP

2021-04-28 Thread Richard Biener
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