From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65158 invoked by alias); 2 Dec 2018 20:17:38 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 65136 invoked by uid 89); 2 Dec 2018 20:17:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:U*gerald, Gerald, brief, Hx-languages-length:1193 X-HELO: mail-qk1-f181.google.com Received: from mail-qk1-f181.google.com (HELO mail-qk1-f181.google.com) (209.85.222.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 02 Dec 2018 20:17:36 +0000 Received: by mail-qk1-f181.google.com with SMTP id o125so6177931qkf.3 for ; Sun, 02 Dec 2018 12:17:35 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Iain Buclaw Date: Sun, 02 Dec 2018 20:17:00 -0000 Message-ID: Subject: Re: [wwwdocs] Add D language to news, frontends, release notes, and readings. To: gerald@pfeifer.com Cc: gcc-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00050.txt.bz2 On Sun, 2 Dec 2018 at 18:23, Gerald Pfeifer wrote: > > Hi Iain, > > On Mon, 12 Nov 2018, Iain Buclaw wrote: > > As suggested, this adds an announcement of the D front end addition > > to the news items on the GCC home page, and from what I can tell, the > > relevant pages where the language should get a mention. > > I noticed this hasn't gone in; apologies for missing it. (You are > welcome, though should not have to, copy me on wwwdocs changes, which > usually helps a bit, though also others can approve those.) > > > Kept the release notes brief for now, will expand later. Is this OK? > > Yes, just a minor nit: > > Index: htdocs/gcc-9/changes.html > =================================================================== > +

D

> +
    > +
  • Support for the D programming language has been added to GCC, > + implementing version 2.076 of the language and runtime library. > > "run-time library" here, per codingconventions.html . > Hi Gerald, OK, thanks I'll do that. I assume that the notes on the about.html page are all that are needed to commit and push? -- Iain