From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x635.google.com (mail-pl1-x635.google.com [IPv6:2607:f8b0:4864:20::635]) by sourceware.org (Postfix) with ESMTPS id 93E4A3858430; Thu, 3 Nov 2022 22:47:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 93E4A3858430 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pl1-x635.google.com with SMTP id k7so3299963pll.6; Thu, 03 Nov 2022 15:47:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=NhUHrZyBHmZlBPeJ0XBbQB4n1ZLHA4+yKgegcanB4Fs=; b=AuMDB+R63+ZHFfSJJlLjFgG4w2tsXExsblJZfM63TBd8ammniSnc/a7q3DDDs4asOp PnlMRH+ntttPUqtMoWgioLUi0Kc2pRN3RqFLOLoD+jn/G+/ako11k7xoPECDfHrbVKWd MwVjb0oI8x8lw7Y93BEqeXxcSrV/EDvlOqF6pBt3Eh62QqiiZDBlGBGZqqyyfA5bVnSy iyaV39Zne3Vr+tB7HQbq4IH+qt0anTN/9jOhav3YS77f2CNwyuLnfASyddwV5ziSVXnA oXLhm5NFkCkfV8HMEQYmROvlK7FwxmmtoVD5qKD0Cg5KiIv+cVyXWsqSIjwOQqDy9NUS nNhg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=NhUHrZyBHmZlBPeJ0XBbQB4n1ZLHA4+yKgegcanB4Fs=; b=Zps6OJ3Zed+4mi+9hpPZt8jIB8Bd5mo7zAMdjUl8EnX3+Ns4Gw+6ZUlsfqHlgGuGmI Ak9Rgrus2u3pqwbU4og5QqxvaIgh26rTa4HqFgXiLrucHJaf8hcdfMCP8QtgdJPTjISR Dc2HnHjGJdX32xq7ncBSuw1Md5KZsFqj2M8OZ4i6OJElPi+02jUCeELfb4ZtIc9rlMKX AXx0334RpPsukRyrOt7HRNZ0BkzGZQ+F3PowqPti6ZaxR/IA91nhKxHdj2ao4G+WS0DP XR4mFzxj6HTB6r4cY/9jLLVVC+3dWGv5Bxn7AvgiiZL5tfbHZf48ID6VVVs4Daw+S0J0 fXSA== X-Gm-Message-State: ACrzQf1oUa0uK61wVNfZ7784aKaQZj8lJI5NujoTdsMAj0SNIVA8KJSS f3Eez1McnC1Ris9YS9vziTw= X-Google-Smtp-Source: AMsMyM45elPyTdsSnn5sYRAxp3lrz6tzl+ZsC2XSSTAVF1r2pvd8H+mj87h4QMiPk6sP4+cCZ6Zx4g== X-Received: by 2002:a17:90a:f612:b0:214:9b8:20a with SMTP id bw18-20020a17090af61200b0021409b8020amr17597492pjb.16.1667515632914; Thu, 03 Nov 2022 15:47:12 -0700 (PDT) Received: from ?IPV6:2601:681:8600:13d0::f0a? ([2601:681:8600:13d0::f0a]) by smtp.gmail.com with ESMTPSA id p6-20020a170902780600b001730a1af0fbsm1214923pll.23.2022.11.03.15.47.11 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 03 Nov 2022 15:47:12 -0700 (PDT) Message-ID: Date: Thu, 3 Nov 2022 16:47:11 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1 Subject: Re: [PATCH] cgraph_node: Remove redundant section clearing Content-Language: en-US To: Bernhard Reutner-Fischer , gcc-patches@gcc.gnu.org Cc: Jan Hubicka , Bernhard Reutner-Fischer References: <20221103204741.516199-1-aldot@gcc.gnu.org> From: Jeff Law In-Reply-To: <20221103204741.516199-1-aldot@gcc.gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 11/3/22 14:47, Bernhard Reutner-Fischer via Gcc-patches wrote: > Ok for trunk if testing passes? > > gcc/ChangeLog: > > * cgraph.cc (cgraph_node::make_local): Remove redundant set_section. > * multiple_target.cc (create_dispatcher_calls): Likewise. OK after testing passes. jeff