From patchwork Fri Oct 30 22:33:11 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nathan Sidwell X-Patchwork-Id: 538543 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 65D13140D95 for ; Sat, 31 Oct 2015 09:33:26 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=oe5tIens; dkim-atps=neutral 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:references:from:message-id:date:mime-version :in-reply-to:content-type; q=dns; s=default; b=A6IqIQKN+KMQJR9sj iRcMSRjlE77rC8vjbcyxBWkRW50m/oA3quGmc+RfyNQ192gkh2twT0d+ozHFJE11 1xYMHAsMq6slnod1KYvsvkkCGwcMISfjCHcW2FpFeks4OuLpwYnRRfgo+9YbKNlv YLO9Xveu2Lq9S7p0YFuz/skBMY= 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:references:from:message-id:date:mime-version :in-reply-to:content-type; s=default; bh=OcFXdeuv3eZkC9XFJxIjxZ2 a/ds=; b=oe5tIensK3IJ/Isy4ClxKWdonJQCzWaGuV/0LaFDxkhiAJIZLw/hhky PxrphOta14ddnqWma2XcoXlxted+hO+Dip0kWDCXv+oPUvJ9rYNJF35KbScSmXgh o7/26T3H8nXia1HWo+Vva9HSkbNj4xg/8b7jIOdbN4JTdUidJ3Uk= Received: (qmail 80182 invoked by alias); 30 Oct 2015 22:33:18 -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 80171 invoked by uid 89); 30 Oct 2015 22:33:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=BAYES_00, FREEMAIL_FROM, KAM_ASCII_DIVIDERS, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pa0-f52.google.com Received: from mail-pa0-f52.google.com (HELO mail-pa0-f52.google.com) (209.85.220.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 30 Oct 2015 22:33:15 +0000 Received: by pasz6 with SMTP id z6so85990005pas.2 for ; Fri, 30 Oct 2015 15:33:13 -0700 (PDT) X-Received: by 10.66.120.136 with SMTP id lc8mr11351916pab.19.1446244393522; Fri, 30 Oct 2015 15:33:13 -0700 (PDT) Received: from ?IPv6:2600:1010:b062:a177:a2a8:cdff:fe3e:b48? ([2600:1010:b062:a177:a2a8:cdff:fe3e:b48]) by smtp.googlemail.com with ESMTPSA id fx3sm10076591pbb.60.2015.10.30.15.33.12 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Oct 2015 15:33:12 -0700 (PDT) Subject: Re: cgraph offloading error? To: Jeff Law , Jakub Jelinek , Thomas Schwinge , GCC Patches References: <5633D88E.4080900@acm.org> <5633D8E8.104@redhat.com> <5633DB4A.6080707@acm.org> <5633E108.5050704@redhat.com> <5633EC2B.3090405@acm.org> <5633EFA0.5050900@redhat.com> From: Nathan Sidwell Message-ID: <5633F027.3080405@acm.org> Date: Fri, 30 Oct 2015 15:33:11 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <5633EFA0.5050900@redhat.com> On 10/30/15 15:30, Jeff Law wrote: > On 10/30/2015 04:16 PM, Nathan Sidwell wrote: > Cool. I'll go ahead and add nvptx-elf to the list shortly on the assumption > this stuff will get fixed on way or another. I've just committed nvptx-none Index: ChangeLog =================================================================== --- ChangeLog (revision 229595) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2015-10-30 Nathan Sidwell + + * config-list.mk (nvptx-none): Add it. + 2015-09-11 Markus Trippelsdorf * download_prerequisites: Make sure that script is run from Index: config-list.mk =================================================================== --- config-list.mk (revision 229595) +++ config-list.mk (working copy) @@ -49,6 +49,7 @@ LIST = aarch64-elf aarch64-linux-gnu \ msp430-elf \ nds32le-elf nds32be-elf \ nios2-elf nios2-linux-gnu nios2-rtems \ + nvptx-none \ pdp11-aout \ powerpc-darwin8 \ powerpc-darwin7 powerpc64-darwin powerpc-freebsd6 powerpc-netbsd \