Jakub, I did testing of this fix and bootstrap and regression testing were OK, i.e. no new failures.
2014-03-28 14:49 GMT+04:00 Jakub Jelinek <ja...@redhat.com>: > On Fri, Mar 28, 2014 at 02:41:26PM +0400, Yuri Rumyantsev wrote: >> Hi All, >> >> I found out that a field 'safelen" of struct loop is not copied in >> copy_loops. >> >> Is it OK for trunk? > > Ok if it passes bootstrap/regtest. > >> 2014-03-28 Yuri Rumyantsev <ysrum...@gmail.com> >> >> * tree-inline.c (copy_loops): Add missed copy of 'safelen'. > > Jakub