From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113887 invoked by alias); 11 Feb 2020 11:18:49 -0000 Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org Received: (qmail 113852 invoked by uid 89); 11 Feb 2020 11:18:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=difficulty X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (207.211.31.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Feb 2020 11:18:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581419926; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HTp5rOB76OCnwDuw9AG84qZuIQDdBPkkBfqg79WqLCg=; b=Wu5gbBbLeOK4wpy0FPeV8NJScmAJcmiUTSzLia1U5ga2lVjUMOOcwXvJl9tsKxnlvhTzIH CJPT/pKDwYbFGFEcT5982surnMM7qZTy2xlhEFoIlWNqOZY3jFY6k2fWFGrOf6IhV2fpZC XeCEZhnQ3uqtNgNjoohEY6dWvDXc8tQ= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-405-b5x3z2rENNOXG236BpBqgw-1; Tue, 11 Feb 2020 06:18:42 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7A7211083EA9; Tue, 11 Feb 2020 11:18:41 +0000 (UTC) Received: from redhat.com (ovpn-116-36.phx2.redhat.com [10.3.116.36]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5CD5C8ED02; Tue, 11 Feb 2020 11:18:41 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.92) (envelope-from ) id 1j1TYq-0000Q2-3I; Tue, 11 Feb 2020 06:18:37 -0500 Date: Tue, 11 Feb 2020 11:18:00 -0000 From: "Frank Ch. Eigler" To: Alan Modra Cc: cgen@sourceware.org Subject: Re: Uninitialized variable read in cgen disassembler Message-ID: <20200211111835.GH29244@redhat.com> References: <20200207140121.GJ5669@bubble.grove.modra.org> <20200211014321.GS5669@bubble.grove.modra.org> <20200211032214.GG29244@redhat.com> <20200211101607.GV5669@bubble.grove.modra.org> MIME-Version: 1.0 In-Reply-To: <20200211101607.GV5669@bubble.grove.modra.org> User-Agent: Mutt/1.12.0 (2019-05-25) X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-IsSubscribed: yes X-SW-Source: 2020-q1/txt/msg00008.txt H - > Would you like a patch to update cgen to more recent autotools, the > same as used by gcc and binutils? I've been using the attached so my > --enable-maintainer-mode builds don't run into difficulty in cgen. If > you do like the idea I'll post a patch with proper ChangeLog. Can't think of a reason why not, thanks! - FChE