From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from server28.superhosting.bg (server28.superhosting.bg [217.174.156.11]) by sourceware.org (Postfix) with ESMTPS id 60445385801F for ; Wed, 14 Feb 2024 16:31:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 60445385801F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinux.eu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dinux.eu ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 60445385801F Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=217.174.156.11 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707928273; cv=none; b=SbWJEnLZdTXqJUdjAr6Hcvvn1tVX4vaGS/rQEOluvFfyEqEiV5KQ9t+MtZNaF5Q8AlO2Y54RYy1VKDqpSeCqAWuj/SYJBt4bcx9sHIuDdHYiL37AQiaUAdPJ5yvkfguQPFbwLX4Ld/VgcKVLR4hQibWX3UysaDTfynz8YKecZCo= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707928273; c=relaxed/simple; bh=bAeHJ7ZtaKat/YdkJNAg2SPPiKzop8msspk2nuFKDKE=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=hRvrDSUIb7mVzqEo77+MDVE5KidAgCRs3qCWSvEeaLd94noUKRCScUACo4/HF2M+3EhQTNVZfGzG/Z2kOmSPItoaMDRvHwHHK2/Ly9AcBcJcWfraa/KvaTtoP6PE6sOnmq/XZrrlJNLCIDFii5QEMIN4FWmXQzzxn1r820xN2Ek= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dinux.eu; s=default; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=60dSH1Jv77lZjjQr93tmHSMw+uwEVUvIdoHdMQfuegI=; b=goj1K6NTDTVlaS0IIbZpOzdnve Apqfnkmwfnjugzp4NuN+ZTgz3wtU9mCFUq5AkKoOtgP2raVj0wrdHmdlwNifH5XIYeTW0C2MhZRJM PVBl6JqySPL+IQX2VacfXeRPATAV3jzmFMAXC0kEws4S8tejfJiWlMPsOXYKcSjjbR68Y84h7ELBH eIw/rsnR9I4wfsunq+22WcCkX3yTSuT9x7mv3bmrgPyWxtNYPkJ4gCYHf4vMlNXicoC23BRepQwQT s+T6jAGa2Vu2PQyt4So7feeLWOqS0l3vkR5cqHefqXmoYOA7K5/FpMgAiZqTcoUngO6XK7QQhCET0 ACkCohUQ==; Received: from [95.42.20.142] (port=50688 helo=localhost) by server28.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.2) (envelope-from ) id 1raIA5-0002DL-2r; Wed, 14 Feb 2024 18:31:09 +0200 Date: Wed, 14 Feb 2024 18:31:05 +0200 From: Dimitar Dimitrov To: Robert Dubner Cc: 'GCC Mailing List' Subject: Re: New feature: -fdump-gimple-nodes (once more, with feeling) Message-ID: References: <094e01da5eb5$4c598e40$e50caac0$@symas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <094e01da5eb5$4c598e40$e50caac0$@symas.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server28.superhosting.bg X-AntiAbuse: Original Domain - gcc.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - dinux.eu X-Get-Message-Sender-Via: server28.superhosting.bg: authenticated_id: dimitar@dinux.eu X-Authenticated-Sender: server28.superhosting.bg: dimitar@dinux.eu X-Source: X-Source-Args: X-Source-Dir: X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,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: On Tue, Feb 13, 2024 at 01:46:11PM -0600, Robert Dubner wrote: ... > An example of a complete dump is available at > https://www.dubner.com/main.nodes.html. The C source code that generated > it is available at the end of > https://cobolworx.com/pages/dump-gimple-nodes.html > Hyperlinked text is useful. But I would love a graphical visualization even more, e.g. via either Graphviz or Plantuml. Regards, Dimitar