Here is the diff for ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 216415) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2014-10-17 <x...@google.com> + + * cfgrtl.c (emit_barrier_after_bb): Append the barrier to the + footer, instead of unconditionally overwritten. + 2014-10-17 Eric Botcazou <ebotca...@adacore.com>
* ipa-inline-transform.c (master_clone_with_noninline_clones_p): New. Index: testsuite/ChangeLog =================================================================== --- testsuite/ChangeLog (revision 216415) +++ testsuite/ChangeLog (working copy) @@ -1,3 +1,6 @@ +2014-10-17 <x...@google.com> + * g++.dg/tree-prof/pr63581.C: New test. + 2014-10-17 Marek Polacek <pola...@redhat.com> PR c/63543 On Fri, Oct 17, 2014 at 2:54 PM, Rong Xu <x...@google.com> wrote: > Hi, > > The attached patch fixes PR63581. The diagnosis is in the bug report. > Google ref b/17759776. > > Tested with bootstrap and regression. > > Thanks, > > -Rong