From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 44EBD38561BA for ; Thu, 20 Oct 2022 11:03:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 44EBD38561BA Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 23A3033E79 for ; Thu, 20 Oct 2022 07:03:05 -0400 (EDT) Received: from naga.localdomain (194-166-101-219.adsl.highway.telekom.at [194.166.101.219]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id AF1B233E81 for ; Thu, 20 Oct 2022 07:03:04 -0400 (EDT) Date: Thu, 20 Oct 2022 13:03:03 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [committed] wwwdocs: *: Omit trailing slash for tags MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.09 on 209.68.5.143 Message-Id: <20221020110305.23A3033E79@hamza.pair.com> X-Spam-Status: No, score=-10.7 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,KAM_SHORT,SPF_HELO_NONE,SPF_PASS,TXREP 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: HTML 5 now recommends against trailing slashes on void elements, so it is instead of . --- htdocs/index.html | 2 +- htdocs/news/egcs-vcg.html | 2 +- htdocs/news/gcse.html | 2 +- htdocs/projects/gupc.html | 2 +- htdocs/projects/tree-ssa/index.html | 2 +- htdocs/style.mhtml | 7 +++---- 6 files changed, 8 insertions(+), 9 deletions(-) diff --git a/htdocs/index.html b/htdocs/index.html index 761a598a..f4eb4817 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -13,7 +13,7 @@

GCC, the GNU Compiler Collection

- +

The GNU Compiler Collection includes front ends for C, diff --git a/htdocs/news/egcs-vcg.html b/htdocs/news/egcs-vcg.html index 5213152d..2817ad06 100644 --- a/htdocs/news/egcs-vcg.html +++ b/htdocs/news/egcs-vcg.html @@ -141,7 +141,7 @@ test.c.cse.vcg test.c.greg.vcg test.c.lreg.vcg test.c.stack.vcg

If you view these files using a suitable program, you'll get output similar to the following:

- completely folded graph + completely folded graph

These are nodes representing all the functions in the file. If you expand the nodes you can get a picture like diff --git a/htdocs/news/gcse.html b/htdocs/news/gcse.html index 80244281..5da4749b 100644 --- a/htdocs/news/gcse.html +++ b/htdocs/news/gcse.html @@ -52,7 +52,7 @@ Fred Chow's thesis.

flow graph:


-PRE example +PRE example
diff --git a/htdocs/projects/gupc.html b/htdocs/projects/gupc.html index a48d44c3..e38cd240 100644 --- a/htdocs/projects/gupc.html +++ b/htdocs/projects/gupc.html @@ -12,7 +12,7 @@

GNU Unified Parallel C (GUPC)

GUPC Logo + alt="GUPC Logo" title="GUPC">

The GNU UPC project implements a compilation and execution environment for programs written in the diff --git a/htdocs/projects/tree-ssa/index.html b/htdocs/projects/tree-ssa/index.html index afe7ac35..7d3740e4 100644 --- a/htdocs/projects/tree-ssa/index.html +++ b/htdocs/projects/tree-ssa/index.html @@ -192,7 +192,7 @@ based on the algorithms described by Cytron et. al.

The graph below describes the process:

-

+

The front ends described in the graph are just an example. In general, any front end that can emit functions-as-trees can be diff --git a/htdocs/style.mhtml b/htdocs/style.mhtml index 4fc5e8ad..0790a972 100644 --- a/htdocs/style.mhtml +++ b/htdocs/style.mhtml @@ -74,14 +74,13 @@

@gnutools on Twitter@gnutools + height="42" width="42" class="middle" + alt="@gnutools on Twitter">@gnutools
Donate to GNU Toolchain Fund + height="23" width="100" alt="Donate to GNU Toolchain Fund">
-- 2.38.0