From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60849 invoked by alias); 10 Jun 2016 16:56:55 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 60817 invoked by uid 89); 10 Jun 2016 16:56:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=spotted, Hx-languages-length:656 X-HELO: mail-wm0-f49.google.com Received: from mail-wm0-f49.google.com (HELO mail-wm0-f49.google.com) (74.125.82.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 10 Jun 2016 16:56:43 +0000 Received: by mail-wm0-f49.google.com with SMTP id n184so429668wmn.1 for ; Fri, 10 Jun 2016 09:56:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Jatg1Jwj9Z990Kjlwo7UbE31tlycE/2mbhLrJXJkzP0=; b=GkwO9tAAzmHybervWmqMVv9iE1UE7UIjESIn/H46wZ2ra6JnSZ2/kj74lztehGYIPQ M9/Gr2GmUzA8nHYL8juE7WjcYcswGbGEyG4mN9kylw0SOCa+khNiHnyycxmenFLDsQD2 lwVkoIE9K2A/Wkk8BFJy8c4bjqNUkzbJP5v2hPJwK1wC0DM4e2rANpvxzzu585VtFEPG 7KdpvkuByyciWfDCAYL8Y6qqAOqILGobLIAHt8t9Qdkii+R0ZxwJATKwYl5eyal8RxS6 TIENFrWo9YgGB/U7bcTEtusaqZ5WbGQ772Lj8a7K68R+RY2w5IZwwHiPfKQaTzRXMsID SsDA== X-Gm-Message-State: ALyK8tKuxW7QKJsDCEQ3c2eFVPFcgDAT1Rnoc7l+sbuhoDXjXgPkfgByn+qWmluKGJncbA== X-Received: by 10.28.150.138 with SMTP id y132mr14999wmd.103.1465577800968; Fri, 10 Jun 2016 09:56:40 -0700 (PDT) Received: from localhost (host81-147-175-48.range81-147.btcentralplus.com. [81.147.175.48]) by smtp.gmail.com with ESMTPSA id zg2sm13284983wjb.1.2016.06.10.09.56.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Jun 2016 09:56:39 -0700 (PDT) From: Andrew Burgess To: gcc-patches@gcc.gnu.org Cc: Andrew Burgess Subject: [PATCH 0/2] Remove user_defined_section_attribute global Date: Fri, 10 Jun 2016 16:56:00 -0000 Message-Id: X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00829.txt.bz2 The first patch contains the interesting change, the second is just a small comment fix in a related area of code, that I spotted while creating the first patch. I don't have commit access, so if these are reviewed / approved, please could they also be applied. Thanks, Andrew --- Andrew Burgess (2): gcc: Remove unneeded global flag. gcc: Update comment in bb-reorder.c gcc/ChangeLog | 16 ++++++++++++++++ gcc/bb-reorder.c | 6 ++---- gcc/c-family/c-common.c | 2 -- gcc/final.c | 2 -- gcc/toplev.c | 5 ----- gcc/toplev.h | 5 ----- 6 files changed, 18 insertions(+), 18 deletions(-) -- 2.6.4