From patchwork Tue Aug 8 09:14:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tom de Vries X-Patchwork-Id: 799073 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-460011-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="S1qq1+w0"; dkim-atps=neutral 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 3xRTJ913Mpz9s83 for ; Tue, 8 Aug 2017 19:15:04 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :subject:to:cc:references:from:message-id:date:mime-version :in-reply-to:content-type:content-transfer-encoding; q=dns; s= default; b=HVU25FC8phVmg2wANB30emVv3nG4AeDVTmTam1njDvZfeWkoBzOYr T2hMirTeasY8wEmo2rLCZl+/meI47hf5WHfN0N5FemQMlzMWRr9FJcPmY7IZkY8t TKsO3mCvdhMRNs8gIh+O+xOJrIacinzLeD9A0C+Wwc+nVeIg9FACjg= 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 :subject:to:cc:references:from:message-id:date:mime-version :in-reply-to:content-type:content-transfer-encoding; s=default; bh=dIs4uCMe4nqw7sXSjL7vbwWYHFI=; b=S1qq1+w0/CijeB6TuVPDUMBMAToe mDqEdtcnJO9FdYCTTtE6zK6vdj9sKOIDsr/XQ/68lH8/GjAXtioRCy5uV9Cv+o6t iasvHEisjPGG2p26YGylCNEDvOlNdBONj6bCh7rLQhU7Dtno0XsLe4AReUMDG0ZH rMgxiTA8lzigGeg= Received: (qmail 70160 invoked by alias); 8 Aug 2017 09:14:52 -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 70142 invoked by uid 89); 8 Aug 2017 09:14:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=breaker X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 08 Aug 2017 09:14:50 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-MBX-04.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1df0b9-0005Ak-Rq from Tom_deVries@mentor.com ; Tue, 08 Aug 2017 02:14:47 -0700 Received: from [127.0.0.1] (137.202.0.87) by SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) with Microsoft SMTP Server (TLS) id 15.0.1263.5; Tue, 8 Aug 2017 10:14:43 +0100 Subject: Re: [RFC][PATCH] Do refactoring of attribute functions and move them to attribs.[hc]. To: =?UTF-8?Q?Martin_Li=c5=a1ka?= CC: Thomas Schwinge , gcc-patches List References: <1856059e-e9b1-63d2-717f-e20ec171b329@suse.cz> <4cf00ee9-4cd7-1806-481f-966611768a15@suse.cz> <8a0b2ff0-50f9-771d-fb63-01d17cb06b46@suse.cz> <669c960e-f4a8-eae3-efd2-f8c29477a817@suse.cz> <7e541554-10a6-9cae-fca0-042900271768@suse.cz> <2039ae2c-a523-1850-4d98-598cbd03b498@redhat.com> <22fe61d0-4429-2e21-ed84-84af74495857@suse.cz> <5abba3b4-ef4d-5de5-f62d-abe1a3ec41a3@suse.cz> From: Tom de Vries Message-ID: Date: Tue, 8 Aug 2017 11:14:40 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <5abba3b4-ef4d-5de5-f62d-abe1a3ec41a3@suse.cz> X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) On 08/08/2017 06:36 AM, Martin Liška wrote: > Hello. > > I'm sending final version that I'm going to install. Compared to the previous version I tested > all targets in contrib/config-list.mk. > I ran into a build breaker for an nvptx offloading compiler (where the ACCEL_COMPILER-guarded code is enabled). Retrying with patch below. Thanks, - Tom jobserver. */ diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index a3b4d13..31d1488 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -53,6 +53,7 @@ along with GCC; see the file COPYING3. If not see #include "lto-symtab.h" #include "stringpool.h" #include "fold-const.h" +#include "attribs.h" /* Number of parallel tasks to run, -1 if we want to use GNU Make