From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd32.google.com (mail-io1-xd32.google.com [IPv6:2607:f8b0:4864:20::d32]) by sourceware.org (Postfix) with ESMTPS id 5DE823858C53 for ; Mon, 17 Apr 2023 17:03:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5DE823858C53 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-io1-xd32.google.com with SMTP id v126so11793572ioe.8 for ; Mon, 17 Apr 2023 10:03:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; t=1681750989; x=1684342989; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=b/BY4zwknzjRMWwPSVFnaLOy3WpUZhtRN2ZZcdD8LbM=; b=H42jZR9nEUnU2CA24kf2w6+bx+bwdRwSyPHziAHtGeiVl/Xt8FwTlgEbLhRAt9SqhO 0DMK71Om8M95czD13q0iPHWtscmQ+H4MrxzdkzhXOZ8SbaTEHbNSKwLS50ai/rlxi7lc 8cw+Lfp4fTTIYnGoDdprWBgEErJCe+fun3BpSXgTXNG2+IhF/isa+x4RRTsFDw+VkFUh M9ItPMkSM+gXYJ8h81zn67DrUwO9zuGcyBdoWqADQqLybOC+AX6czSb9Y97sqIKdJB8l wITUPHJijvfydVeZTvX4EUbC+uXAHlM7p+rOwH9kY9RxUAWvBI5gpPdonvduXZOVFTSi nL+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681750989; x=1684342989; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=b/BY4zwknzjRMWwPSVFnaLOy3WpUZhtRN2ZZcdD8LbM=; b=REMk8MhCZtxpbVH/NOEt6Oypqi+WpW9vaPEkxHqxgns9+dAV0fulOG2onX4sUQjk31 oyN9LucFU8mBLJpCXbofYh3rVPY6GaV0IuuLQZZYvs96hh+a960O5cOr2uasMLq46E4y iQ5InRUmX8AnjAAeq3RdZTHZyvDGqESAOAjV5A3k898ZD9gFwMZEyU0SatE5GpfeSaPz QyBxwAS/RxF//V0kwDxA+Red6B/VZblqg9lpwsCq+zaa0c4K6Y9xBcH3x06i8q5bG3mY azsmCVNIW2A0bObBlUcpGMsX8sFkQBow7DNPbOfxMHySkcX6LyJjqPmx25nGEbn04jlq hICg== X-Gm-Message-State: AAQBX9d7x4J5SxflribLU8lvs+d7Ise0q8IbKzgeDK6NMEdLDITqX2b5 sAWZaZ97px+Th/ttFTddSeuO9A== X-Google-Smtp-Source: AKy350YUkauDcE6RpIhp+0c8Me0aX36R1RBhIUKmGql+UmmNshwLebK57HOQTuMItB9WQCRwNczC6w== X-Received: by 2002:a5d:8c86:0:b0:74c:8cec:548e with SMTP id g6-20020a5d8c86000000b0074c8cec548emr9028848ion.4.1681750989458; Mon, 17 Apr 2023 10:03:09 -0700 (PDT) Received: from murgatroyd (71-211-191-82.hlrn.qwest.net. [71.211.191.82]) by smtp.gmail.com with ESMTPSA id q13-20020a02c8cd000000b004061dfd9e23sm3580719jao.19.2023.04.17.10.03.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Apr 2023 10:03:09 -0700 (PDT) From: Tom Tromey To: Tom Tromey via Gdb-patches Cc: Tom Tromey Subject: Re: [PATCH 0/6] Add 128-bit integers to Ada and Rust parsers References: <20230328-expr-128-bit-v1-0-f9eeb0143318@adacore.com> X-Attribution: Tom Date: Mon, 17 Apr 2023 11:03:08 -0600 In-Reply-To: <20230328-expr-128-bit-v1-0-f9eeb0143318@adacore.com> (Tom Tromey via Gdb-patches's message of "Tue, 28 Mar 2023 09:49:36 -0600") Message-ID: <87cz4230hf.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: >>>>> "Tom" == Tom Tromey via Gdb-patches writes: Tom> This series changes the Ada and Rust parser to support 128-bit types. Tom> It would be reasonably easy to add this for C/C++ as well, following Tom> the Ada model, but I haven't done this. Tom> Regression tested on x86-64 Fedora 36. I've rebased this (no changes needed) and re-regression tested it. I am checking it in. Tom