From patchwork Mon Jun 15 22:45:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 484618 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 99B521402AB for ; Tue, 16 Jun 2015 08:45:21 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=hX5f9BZq; dkim-atps=neutral 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:date:message-id:subject:from:to:content-type; q= dns; s=default; b=x9NKEyQwkCLxGxHqYAzB1AR46s2laFnj83aN2RFd+jV2WK j72/7ouifsvd9y8NIAVjGsUnW3gBpebIvf13MNkcLvAuSfogz8C7zFMa1KcGK52f 1KF9v7iy+aMIwB/g27E6E8bj4pNC4swIRCfM0Q8puU5x4lbW+EeJAfM3IfDjE= 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:date:message-id:subject:from:to:content-type; s= default; bh=jgwAENEqT02gcalOM1I55oIJcqA=; b=hX5f9BZq0ND09BnQleSq Z9OvN0r3R+E7el3ewILhV2Vnau+IP9i2JI0cmfK5BFjvnWJ5H4pMQct8h2CXvgUs EcznsD8sFGD1kKunj0dZzwu463JJ5LjzRcWtQoMbCOoY4hrpo9kFljsU7yCDRB+g 3wD17MIog4SyhWvjdSOQGH8= Received: (qmail 46427 invoked by alias); 15 Jun 2015 22:45:12 -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 46312 invoked by uid 89); 15 Jun 2015 22:45:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: mail-qk0-f172.google.com Received: from mail-qk0-f172.google.com (HELO mail-qk0-f172.google.com) (209.85.220.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 15 Jun 2015 22:45:08 +0000 Received: by qkhq76 with SMTP id q76so61840884qkh.2 for ; Mon, 15 Jun 2015 15:45:06 -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:date:message-id:subject:from:to :content-type; bh=4VBIvzRGZTwzOyFtDf5TJov/jWLYvmKJbNfzxFZ95cA=; b=MKJZQLDEnSecuH1SMhY9iuUoU5MFTkBX8a6HdN7uEGihyAoNtwjaxdu8svibQ9SuPp T/4CaMwXq0IPrgb93bBIhEtj5sRhLwVnPKOiLkcciVsWuCPxsY9LV/ct+z4RaJ9hE/0n D7xq7pgl0Mm3ViTeNLAH9v5KHahkz4oELsaTCW7n4z+hDXU9oSkomPugF9NoJ94c8PFh CIHO9jxVniXqAoN55hHfI1raM6qtlihwkkIloqxCZD5daQrqHPYJA4COPWcEfsAdgolB U8d/P7tP9c23VBQpxEDkOFl9z5mGlUW88l0uNYv2fO05F6oPZU+Sje6SwMUwYrMiPSYH qqEw== X-Gm-Message-State: ALoCoQlLwYwbEBBTxYWVMXUo+Lr2LDRDrlnvTJp0UbbqFwFvmLGMDFJIJ9/EfrkxxIMj3nKwRr0H MIME-Version: 1.0 X-Received: by 10.140.39.209 with SMTP id v75mr38963659qgv.34.1434408306133; Mon, 15 Jun 2015 15:45:06 -0700 (PDT) Received: by 10.96.199.233 with HTTP; Mon, 15 Jun 2015 15:45:06 -0700 (PDT) Date: Mon, 15 Jun 2015 15:45:06 -0700 Message-ID: Subject: Go patch committed: Analyze binary expressions in escape analysis From: Ian Lance Taylor To: gcc-patches , "gofrontend-dev@googlegroups.com" This patch from Chris Manghane analyzes binary expressions in escape analysis. Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline. Ian Index: gcc/go/gofrontend/MERGE =================================================================== --- gcc/go/gofrontend/MERGE (revision 0) +++ gcc/go/gofrontend/MERGE (working copy) @@ -0,0 +1,4 @@ +8eeba3ad318863eea867669609a1910101c23f00 + +The first line of this file holds the git revision number of the last +merge done from the gofrontend repository.