From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4272 invoked by alias); 4 Nov 2014 15:35:32 -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 4257 invoked by uid 89); 4 Nov 2014 15:35:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 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, 04 Nov 2014 15:35:30 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1Xlg8k-0004on-Pl from Bernd_Schmidt@mentor.com ; Tue, 04 Nov 2014 07:35:26 -0800 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.3.181.6; Tue, 4 Nov 2014 15:35:24 +0000 Message-ID: <5458F176.4020108@codesourcery.com> Date: Tue, 04 Nov 2014 15:35:00 -0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.8.0 MIME-Version: 1.0 To: GCC Patches CC: Jeffrey A Law Subject: Re: The nvptx port [1/11+] indirect jumps References: <54451994.9070209@codesourcery.com> <544519D8.70606@codesourcery.com> In-Reply-To: <544519D8.70606@codesourcery.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-11/txt/msg00178.txt.bz2 On 10/20/2014 04:19 PM, Bernd Schmidt wrote: > ptx doesn't have indirect jumps, so CODE_FOR_indirect_jump may not be > defined. Add a sorry. Looking back through all the mails it turns out this one wasn't approved yet. Ping? Bernd