From patchwork Fri Oct 17 23:08:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rong Xu X-Patchwork-Id: 400642 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id CE2301400B8 for ; Sat, 18 Oct 2014 10:08:43 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; q=dns; s=default; b=hHbt5et6sIzbYQ0CYe ORsKiSv9SMDjT9rPvWbq8TY9Ai8iBR+d06KpeEtHgKMeVrere3ZroIiFgeZylsok uSYw8OwFqf7LSJzUa7B99OQ1Y5cfYACUVGBpzjuppb9jlt8KeDiEeqXldCbwa5Dd GT4ZurG+mfZqfDE1oCKmfQ4Oc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; s=default; bh=hsHHmhvV6dJadtMSEits+gHb WrU=; b=ogfxqrCFwMP1VoMqJv3AadIUtsnW2zclMhlVrOtsAwZxPA4D++qPzNJR B4u18EeNWNKMJ95nTlpd+KjNr0gzKh6i42YsKbX15M3DN7ztKT95FIyt+kCHvZmL qQ/V22A0Zu576FVjyanzT48cVOpPd2uHwqttqmZQbShrfgYITVk= Received: (qmail 30640 invoked by alias); 17 Oct 2014 23:08:36 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 30630 invoked by uid 89); 17 Oct 2014 23:08:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f54.google.com Received: from mail-oi0-f54.google.com (HELO mail-oi0-f54.google.com) (209.85.218.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 17 Oct 2014 23:08:34 +0000 Received: by mail-oi0-f54.google.com with SMTP id v63so1320249oia.13 for ; Fri, 17 Oct 2014 16:08:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=cI7pWZvA6rGPmhT0/Iwz30IbYa9jeX7E+gyCAyi0Peg=; b=POP0HRYpM8Aoqlq1jWExxVy6ZoNSFh5ibRvkuN3wTfJBLbfVisaK80JSAMJSx0/3xZ 2YDiXtCV9NMoHOV2NxGettNKnjjWKvsx87WEfX/rX65Aom3fjzrRxk6XZPCqw8K5kFap GnziGxrpNs+BpF2zLgj3CcwugG4nvXtL1xa4nkZc10KlW0MsI37aPkFxWP0OV5Miw+x+ RxMpXSaVoPzyZUZChagiLLv9r/ZRJc69Bzb4YqXDktNxNcIbmZDJ9/RYplrOYesFHbTe TegECuGa209Dyn7G0eGPivVdLE55+e23gOzSLjNzY2WdqPtIJMYvZuOqTCzWsYdIJNED nXjw== X-Gm-Message-State: ALoCoQnaxBsSEsDE3+0bsqi+qJ0XQih2+OfX4YurKTWqS1PWI5Eqzp5VUFqWBxxfmw4c6uKa1cNI MIME-Version: 1.0 X-Received: by 10.182.149.226 with SMTP id ud2mr9198631obb.31.1413587305048; Fri, 17 Oct 2014 16:08:25 -0700 (PDT) Received: by 10.182.109.100 with HTTP; Fri, 17 Oct 2014 16:08:24 -0700 (PDT) In-Reply-To: References: Date: Fri, 17 Oct 2014 16:08:24 -0700 Message-ID: Subject: Re: [PATCH PR63581] Fix undefined references in debug_info From: Rong Xu To: GCC Patches Cc: Richard Biener , Jan Hubicka , Cary Coutant X-IsSubscribed: yes Here is the diff for ChangeLog On Fri, Oct 17, 2014 at 2:54 PM, Rong Xu 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 Index: ChangeLog =================================================================== --- ChangeLog (revision 216415) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2014-10-17 + + * cfgrtl.c (emit_barrier_after_bb): Append the barrier to the + footer, instead of unconditionally overwritten. + 2014-10-17 Eric Botcazou * 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 + * g++.dg/tree-prof/pr63581.C: New test. + 2014-10-17 Marek Polacek PR c/63543