Re: [PATCH] Fix ICE with thunks (PR middle-end/61654)

2014-07-04 Thread Richard Biener
On July 3, 2014 8:47:36 PM CEST, Jakub Jelinek wrote: >Hi! > >update_ssa that expand_thunk calls, if it needs to change anything, >computes CDI_DOMINATORS, but we assert that dominators are not computed >when we release e.g. an unused thunk. > >Fixed thusly, bootstrapped/regtested on x86_64-linux

[PATCH] Fix ICE with thunks (PR middle-end/61654)

2014-07-03 Thread Jakub Jelinek
Hi! update_ssa that expand_thunk calls, if it needs to change anything, computes CDI_DOMINATORS, but we assert that dominators are not computed when we release e.g. an unused thunk. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk/4.9? 2014-07-03 Jakub Jelinek