From patchwork Sat Sep 22 15:49:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 973592 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-486182-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="jQ3d2HJl"; 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 42HZdz0J7tz9s9G for ; Sun, 23 Sep 2018 01:49:24 +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=JUr9zz/ETq6oqTGWm6pKFR9n4yJqstO6808jeJEcoiM9EWTfylfU/ hLajFC+q2wf5zNI+HIrbmi2v/yvJ5Ichfvs1D90WpbtioLB/Y+C74gr9GUQ/RppQ 3KkVGh8KSU+DE6ZbMj+9fmk7fMDIL4QpjtsSBH2KAv/YWVYhH+bTXg= 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=e7iPchGT/eFdZbJp9ZGW3AnP9G8=; b=jQ3d2HJl7MyqqCioSGBz DS2HamKUAKZhoC4BdT7udqN4+XTg8iBRIyGvITiLPGkXCxrz7pYGaAOiB0pU2VHX 2npUCqneWic8q1DWVNxoKrxHcOjfbIjwnRBZPl/sS9dOLVM6ptWU31JEuH/W8pjM nS1E2IY61iACdpufr5lSp1k= Received: (qmail 51498 invoked by alias); 22 Sep 2018 15:49:17 -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 51484 invoked by uid 89); 22 Sep 2018 15:49:16 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=UD:porting_to.html, commented, Links, porting_to.html 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; Sat, 22 Sep 2018 15:49:15 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id D194BB53ED0 for ; Sat, 22 Sep 2018 11:49:13 -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 67388B53E23 for ; Sat, 22 Sep 2018 11:49:13 -0400 (EDT) Date: Sat, 22 Sep 2018 17:49:05 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Disable empty sections in gcc-8/porting_to.html Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes I noticed this when pointing someone to this document. Clearly it does not make much sense to have those empty sections which just carry a title but no content, so I commented those (both in case someone is adding material later, and also since this is going to be used as a template for the GCC 9 pages). Committed. Gerald Index: gcc-8/porting_to.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/porting_to.html,v retrieving revision 1.10 diff -u -r1.10 porting_to.html --- gcc-8/porting_to.html 1 Sep 2018 23:42:06 -0000 1.10 +++ gcc-8/porting_to.html 22 Sep 2018 15:47:11 -0000 @@ -24,10 +24,14 @@

+ +

C++ language issues

@@ -225,6 +229,11 @@ character(kind=c_char), bind(C) :: c(2) end module mod + + + +