From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id 10F773858D37 for ; Thu, 6 Aug 2020 04:00:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 10F773858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=richard.sandiford@arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C24B231B; Wed, 5 Aug 2020 21:00:46 -0700 (PDT) Received: from localhost (e121540-lin.manchester.arm.com [10.32.98.126]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 15CE13F99C; Wed, 5 Aug 2020 21:00:45 -0700 (PDT) From: Richard Sandiford To: Gerald Pfeifer Mail-Followup-To: Gerald Pfeifer , Aldy Hernandez , Jeff Law , gcc-patches@gcc.gnu.org, richard.sandiford@arm.com Cc: Aldy Hernandez , Jeff Law , gcc-patches@gcc.gnu.org Subject: Re: [patch] multi-range implementation for value_range (irange) References: Date: Thu, 06 Aug 2020 05:00:44 +0100 In-Reply-To: (Gerald Pfeifer's message of "Thu, 6 Aug 2020 00:43:26 +0200 (CEST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-13.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2020 04:00:48 -0000 Gerald Pfeifer writes: > 2020-08-05 Gerald Pfeifer > > * ipa-fnsummary.c (INCLUDE_VECTOR): Define. > Remove direct inclusion of . OK, thanks. Richard > diff --git a/gcc/ipa-fnsummary.c b/gcc/ipa-fnsummary.c > index 49bab04524b..59e52927151 100644 > --- a/gcc/ipa-fnsummary.c > +++ b/gcc/ipa-fnsummary.c > @@ -52,6 +52,7 @@ along with GCC; see the file COPYING3. If not see > inlined performs analysis via its analyze_function method. */ > > #include "config.h" > +#define INCLUDE_VECTOR > #include "system.h" > #include "coretypes.h" > #include "backend.h" > @@ -82,7 +83,6 @@ along with GCC; see the file COPYING3. If not see > #include "gimplify.h" > #include "stringpool.h" > #include "attribs.h" > -#include > #include "tree-into-ssa.h" > > /* Summaries. */