From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105344 invoked by alias); 16 Nov 2017 23:13:44 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 105331 invoked by uid 89); 16 Nov 2017 23:13:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=person X-HELO: gateway34.websitewelcome.com Received: from gateway34.websitewelcome.com (HELO gateway34.websitewelcome.com) (192.185.148.109) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 16 Nov 2017 23:13:42 +0000 Received: from cm12.websitewelcome.com (cm12.websitewelcome.com [100.42.49.8]) by gateway34.websitewelcome.com (Postfix) with ESMTP id 33D8E980C6 for ; Thu, 16 Nov 2017 17:13:39 -0600 (CST) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id FTLne1LZLDL8rFTLneoAKb; Thu, 16 Nov 2017 17:13:39 -0600 Received: from 71-218-90-63.hlrn.qwest.net ([71.218.90.63]:52044 helo=pokyo) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1eFTLm-002wzo-T5; Thu, 16 Nov 2017 17:13:38 -0600 From: Tom Tromey To: Pedro Alves Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [RFA] Handle dereferencing Rust trait objects References: <20171115212403.8639-1-tom@tromey.com> <87o9o38c5k.fsf@tromey.com> <08c0e477-ab7c-490c-fcc9-2e68a60a3c70@redhat.com> Date: Thu, 16 Nov 2017 23:13:00 -0000 In-Reply-To: <08c0e477-ab7c-490c-fcc9-2e68a60a3c70@redhat.com> (Pedro Alves's message of "Thu, 16 Nov 2017 16:40:31 +0000") Message-ID: <87fu9d95r1.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Source-L: No X-Exim-ID: 1eFTLm-002wzo-T5 X-Source-Sender: 71-218-90-63.hlrn.qwest.net (pokyo) [71.218.90.63]:52044 X-Source-Auth: tom+tromey.com X-Email-Count: 2 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-SW-Source: 2017-11/txt/msg00328.txt.bz2 >>>>> "Pedro" == Pedro Alves writes: Tom> I wasn't sure if I ought to xfail the new tests. I have the impression Tom> that I'm the only person who runs the Rust gdb tests, but I'm not Tom> actually certain. Pedro> I run the rust tests with whatever's the rust compiler that comes Pedro> with Fedora: Thanks for doing that. I'm not sure what my options are for the test. I could probably predict what version of rustc will have the patches -- but this also requires a patched LLVM, and while both the upstream LLVM and rust-llvm have the patch, people are free to build against other versions (and I don't know what the distros do in particular). Tom