Re: [PATCH] Fix PR 60268

2014-02-27 Thread Andreas Schwab
Thanks, this is what I have installed. Andreas. * config/m68k/m68k.c (m68k_option_override): Disable -flive-range-shrinkage for classic m68k. (m68k_override_options_after_change): Likewise. diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index f20d071..7f7d66

Re: [PATCH] Fix PR 60268

2014-02-25 Thread Andrey Belevantsev
On 25.02.2014 13:14, Andreas Schwab wrote: Andrey Belevantsev writes: Fixed by placing the initialization properly at the end of sched_rgn_init and also moving the check for sched_pressure != NONE outside of the if statement in schedule_region as discussed in the PR trail with Jakub. Bootstra

Re: [PATCH] Fix PR 60268

2014-02-25 Thread Andreas Schwab
Andrey Belevantsev writes: > Fixed by placing the initialization properly at the end of sched_rgn_init > and also moving the check for sched_pressure != NONE outside of the if > statement in schedule_region as discussed in the PR trail with Jakub. > > Bootstrapped and tested on x86-64, ok? This

Re: [PATCH] Fix PR 60268

2014-02-21 Thread Vladimir Makarov
On 2/21/2014, 2:22 AM, Andrey Belevantsev wrote: Hello, While fixing PR 58960 I forgot about single-block regions placing the initialization of the new nr_regions_initial variable in the wrong place. Thus for single block regions we ended up with nr_regions = 1 and nr_regions_initial = 0 and eff