From patchwork Sun Sep 2 08:26:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 965011 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-484925-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="L5zqoByx"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4235mc2fQqz9s0n for ; Sun, 2 Sep 2018 18:26:54 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=t6bFnLhEs0WO3Fs44K9A5VIUA133QwRj3D+gxZLIp/GpXRLvd4IAV b+nEK3RxSVYXp1VZ2q9J55On5r8DjhbfDfnP0joa2I4J7UXUZOIJNeja0N7L1NG8 Nqsw6nWWzQhIIV7FsBEyjq/ZRG5a7z8IWsey8pvx9G4y9ue1JWldPc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=zBWVviHCtUTPw6b0S6Lj/COVdoU=; b=L5zqoByx8dcmReI73jQn bJXESnP/WfE6Xbnvcbymcsi2hORDICWJT9MbV5B4UixA0SlyrFz6Q/PQJsknFRII 95R9ZQ2Nd+MHH2CqNzDo/c+7kc6b9zdck2NDNMOLRKlteg0DSrCtW37pRpSl3i8F 1PqqVZtIsYjK5slFMRA8obI= Received: (qmail 56746 invoked by alias); 2 Sep 2018 08:26:45 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 56573 invoked by uid 89); 2 Sep 2018 08:26:44 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=forgive, UD:jpg, img X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 02 Sep 2018 08:26:43 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 769F3B53ED3 for ; Sun, 2 Sep 2018 04:26:32 -0400 (EDT) Received: from anthias (vie-91-186-158-155.dsl.sil.at [91.186.158.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 08AAEB53EC7 for ; Sun, 2 Sep 2018 04:26:31 -0400 (EDT) Date: Sun, 2 Sep 2018 10:26:30 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] news/gcse.html goes HTML 5 Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Only a little change, simply omitting align="middle" which did not actually make a practical difference, since "middle" was about vertical alignment. On the way strip a little disclaimer above (since, really, the graphics isn't bad ;-). Committed. Gerald Index: news/gcse.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/news/gcse.html,v retrieving revision 1.6 diff -u -r1.6 gcse.html --- news/gcse.html 1 Sep 2018 23:42:07 -0000 1.6 +++ news/gcse.html 2 Sep 2018 08:19:09 -0000 @@ -48,10 +48,10 @@ Fred Chow's thesis.

The difference between GCSE and PRE is best illustrated with an example -flow graph (please forgive the poor graphics, I'm no HTML or graphics guru).

+flow graph:


-PRE example +PRE example