Re: [PATCH] shrink-wrap: Fix problem with DF checking (PR78400)

2016-11-21 Thread Richard Biener
On Sat, Nov 19, 2016 at 12:49 PM, Segher Boessenkool wrote: > With my previous patch the compiler ICEs if you use --enable-checking=df. > This patch fixes it, by calling df_update_entry_exit_and_calls instead of > df_update_entry_block_defs and df_update_exit_block_uses. > > Bootstrapped and check

[PATCH] shrink-wrap: Fix problem with DF checking (PR78400)

2016-11-19 Thread Segher Boessenkool
With my previous patch the compiler ICEs if you use --enable-checking=df. This patch fixes it, by calling df_update_entry_exit_and_calls instead of df_update_entry_block_defs and df_update_exit_block_uses. Bootstrapped and checked on powerpc64-linux (also with --enable-checking=df). Is this okay f