From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23141 invoked by alias); 25 Feb 2016 15:35:57 -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 23065 invoked by uid 89); 25 Feb 2016 15:35:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=HX-HELO:eggs.gnu.org, Hx-spam-relays-external:208.118.235.92, H*RU:208.118.235.92 X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 25 Feb 2016 15:35:54 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYxxE-0007wQ-LN for gcc-patches@gcc.gnu.org; Thu, 25 Feb 2016 10:35:51 -0500 Received: from mx2.suse.de ([195.135.220.15]:53484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYxxE-0007wI-Eb for gcc-patches@gcc.gnu.org; Thu, 25 Feb 2016 10:35:48 -0500 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 1A7E5AD41 for ; Thu, 25 Feb 2016 15:35:45 +0000 (UTC) Resent-From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Resent-To: GCC Patches Resent-Date: Thu, 25 Feb 2016 16:35:44 +0100 Resent-Message-ID: <56CF1F50.5090007@suse.cz> Resent-User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 Message-Id: From: marxin Date: Thu, 25 Feb 2016 15:35:00 -0000 Subject: [PATCH 0/4] Replace remaining ENABLE_CHECKING macros To: gcc-patches@gcc.gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 195.135.220.15 X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg01735.txt.bz2 Hello Following series removes remaining usage of ENABLE_CHECKING macro, where the last patch eventually poisons the macro. The series has been tested in common and survives regbootstrap on x86_64-linux-gnu with default options (and Ada enabled) and --enable-checking=none. Ready for trunk? Martin marxin (4): Replace ENABLE_CHECKING macro with flag_checking in HSA Replace ENABLE_CHECKING macro with flag_checking in GNAT Replace ENABLE_CHECKING with CHECKING_P in dwarf2out Poison ENABLE_CHECKING macro gcc/ada/gcc-interface/utils.c | 12 +++++++----- gcc/dwarf2out.c | 6 +++--- gcc/dwarf2out.h | 2 +- gcc/hsa-gen.c | 25 +++++++++++++------------ gcc/hsa-regalloc.c | 7 +++---- gcc/system.h | 4 ++++ 6 files changed, 31 insertions(+), 25 deletions(-) -- 2.7.0