From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1029.google.com (mail-pj1-x1029.google.com [IPv6:2607:f8b0:4864:20::1029]) by sourceware.org (Postfix) with ESMTPS id 6031C3858C27 for ; Wed, 22 Sep 2021 07:57:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6031C3858C27 Received: by mail-pj1-x1029.google.com with SMTP id f3-20020a17090a638300b00199097ddf1aso3943868pjj.0 for ; Wed, 22 Sep 2021 00:57:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=vowPKzdiBqfn+DY/5ujrYrr9H+wnh5vPOD5sxbtS0yA=; b=A94LyXLtHpXEocQoJMsEFaoIfrceJMhc70PbkArsNMyN5D/H/HbyqF+iboBod5zrh5 CJBUXTnSaEIO153LijvV5WOqpeGomX4/IyeJWyw3iiO8A/lxtr9BX+cnE5CeYdeVZOqa NUw38Tau/6SlREGqxSCjO+vkIXr5/11WtQPG+p+xh6aDPAXOhuw+LjPHZbSFKoVnL5jM WyUrO5aedeXiP5CE4O3gQx9zJgjtU9cffQnh7H7ge7KRibUvAenmJTlOIUR7qdofuy5C BYuLCTNb3qwSH6tvYXGgnKbNWM1BwH2op8/uJ5YZUDjlAzsSRdgsOQQ+JNUfM9zO0ONc FG+w== X-Gm-Message-State: AOAM5314zss6DkFzE5isk8buiqCJuhW5x3KSo7xxuSDAn1Uodg33jya2 IsPJFOyp+MqA7QkReqqm5wePzjlnUIA= X-Google-Smtp-Source: ABdhPJzKSDjFcbuaeOY7ZWiIjJA48QINk4+8vo9FHNF5nb29C8WZuHVDLcX2w24kMPrKdlZ2OI/XzQ== X-Received: by 2002:a17:902:ead4:b0:13d:a0a5:9588 with SMTP id p20-20020a170902ead400b0013da0a59588mr18100746pld.86.1632297419437; Wed, 22 Sep 2021 00:56:59 -0700 (PDT) Received: from squeak.grove.modra.org ([2406:3400:51d:8cc0:6ab:9c2f:33cf:fa4c]) by smtp.gmail.com with ESMTPSA id c16sm1438136pfo.163.2021.09.22.00.56.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Sep 2021 00:56:59 -0700 (PDT) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id 863581140185; Wed, 22 Sep 2021 17:26:56 +0930 (ACST) Date: Wed, 22 Sep 2021 17:26:56 +0930 From: Alan Modra To: Tom Kacvinsky Cc: Binutils Subject: Re: rust-demangle.c and uint Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-3030.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2021 07:57:01 -0000 On Tue, Sep 21, 2021 at 01:57:17PM -0400, Tom Kacvinsky via Binutils wrote: > In any case, I "fixed" it by changing uint to unsigned int. Not sure if > that is a fix that is desirable or not. That's a good fix, and was committed to the binutils-2.37 branch on July 19. git show 999566402e3d -- Alan Modra Australia Development Lab, IBM