From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56900 invoked by alias); 1 Mar 2018 02:59:52 -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 56810 invoked by uid 89); 1 Mar 2018 02:59:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-7.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_1,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:325 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Mar 2018 02:59:46 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0651B560B7; Wed, 28 Feb 2018 21:59:45 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 49-pnsmqPmv3; Wed, 28 Feb 2018 21:59:44 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8CB06560B6; Wed, 28 Feb 2018 21:59:44 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 599C883301; Thu, 1 Mar 2018 06:59:40 +0400 (+04) Date: Thu, 01 Mar 2018 02:59:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [v2] Fix Rust enum test failures Message-ID: <20180301025940.ew4v2pfbva3h66qi@adacore.com> References: <20180228155503.24537-1-tom@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180228155503.24537-1-tom@tromey.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-03/txt/msg00002.txt.bz2 Hi Tom, > 2018-02-28 Tom Tromey > > * dwarf2read.c (alloc_discriminant_info): Fix default_index > assertion. Add assertion for discriminant_index. > (quirk_rust_enum): Use correct base type name in univariant case. Looks good to me. Thanks for the quick fix. -- Joel