[PATCH] [4.7?] Fix PR 52250

2012-03-05 Thread Andrey Belevantsev
Hello, The PR is about selective scheduling not trying hard enough to find a neighbor block to stick the note list from an empty block being removed. Fixed by a) trying harder and b) making sure that if we fail to find the right place, we just drop the notes instead of asserting. Tested on

Re: [PATCH] [4.7?] Fix PR 52250

2012-03-05 Thread Richard Guenther
2012/3/5 Andrey Belevantsev a...@ispras.ru: Hello, The PR is about selective scheduling not trying hard enough to find a neighbor block to stick the note list from an empty block being removed. Fixed by a) trying harder and b) making sure that if we fail to find the right place, we just drop