diff mbox

[PR63581] Fix undefined references in debug_info

Message ID CAF1bQ=TNsF+fn3F-1++_fQfjZLCVqfqR8yM3wOTqrmF4hCRhiQ@mail.gmail.com
State New
Headers show

Commit Message

Rong Xu Oct. 17, 2014, 11:08 p.m. UTC
Here is the diff for ChangeLog




On Fri, Oct 17, 2014 at 2:54 PM, Rong Xu <xur@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

Comments

Jeff Law Oct. 31, 2014, 8:42 p.m. UTC | #1
On 10/17/14 17:08, Rong Xu wrote:
> Here is the diff for ChangeLog
>
> Index: ChangeLog
> ===================================================================
> --- ChangeLog (revision 216415)
> +++ ChangeLog (working copy)
> @@ -1,3 +1,8 @@
> +2014-10-17    <xur@google.com>
> +
> + * cfgrtl.c (emit_barrier_after_bb): Append the barrier to the
> + footer, instead of unconditionally overwritten.
OK for the trunk.

Make sure to put the PR marker in the ChangeLog entry for both the main 
change as well as the testsuite change.  We've got commit hooks that 
scan for those markers and attach information about the commit to the BZ 
database.

Also make sure to use your full name in the ChangeLog headers.

jeff
diff mbox

Patch

Index: ChangeLog
===================================================================
--- ChangeLog (revision 216415)
+++ ChangeLog (working copy)
@@ -1,3 +1,8 @@ 
+2014-10-17    <xur@google.com>
+
+ * cfgrtl.c (emit_barrier_after_bb): Append the barrier to the
+ footer, instead of unconditionally overwritten.
+
 2014-10-17  Eric Botcazou  <ebotcazou@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    <xur@google.com>
+ * g++.dg/tree-prof/pr63581.C: New test.
+
 2014-10-17  Marek Polacek  <polacek@redhat.com>

  PR c/63543