From patchwork Tue Aug 23 20:54:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 662049 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 3sJjNZ4C1Rz9sxN for ; Wed, 24 Aug 2016 06:54:22 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=dThYCLmK; dkim-atps=neutral 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:cc:subject:in-reply-to:message-id:references :mime-version:content-type; q=dns; s=default; b=ItkMD07NmYrMwtIH QHiVrN37FqP90JI/LAted6zRW7+/APeLQKf09Adi2ZPIJgJcJaMyzOzBNLUxgpSN zEtK8aQBX66g391KkWGKoUEkxIgEoAwA3QM7yUort3FiAE1FirpP0XFlNkh2EA6j BUvV9EbAc2SZ51AIridNx6BdY2I= 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:cc:subject:in-reply-to:message-id:references :mime-version:content-type; s=default; bh=OCXR73lA9umiSE4EYbEU5r pDaJo=; b=dThYCLmKMWaon8ikDO2iJEpzANUTQwTMoMzdl6izYX9+rrP7WRr1ZJ JUzHE3S++m1jSxeS9c8cu+kNFzLDqPS1HGuZBgE8PNls0dpRUUS6c5OrrhJEhwJE r/ts5YI20nVhnwYgQUztSzleUQylNsRezaucyK/n66GgR+ShhLceE= Received: (qmail 74507 invoked by alias); 23 Aug 2016 20:54:07 -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 74388 invoked by uid 89); 23 Aug 2016 20:54:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=r12, family, late 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; Tue, 23 Aug 2016 20:54:05 +0000 Received: from anthias (vie-188-118-240-138.dsl.sil.at [188.118.240.138]) (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 E7FF93F4E4; Tue, 23 Aug 2016 16:54:02 -0400 (EDT) Date: Tue, 23 Aug 2016 22:54:01 +0200 (CEST) From: Gerald Pfeifer To: Segher Boessenkool cc: gcc-patches@gcc.gnu.org Subject: Re: wwwdocs: gcc-7/changes.html In-Reply-To: <20160823181936.GA26855@gate.crashing.org> Message-ID: References: <20160823181936.GA26855@gate.crashing.org> MIME-Version: 1.0 X-IsSubscribed: yes On Tue, 23 Aug 2016, Segher Boessenkool wrote: > I'm committing the following to wwwdocs as obvious. Thank you, Segher! That would have been my late evening program for today, otherwise. ;-) Gerald PS. I did commit a simple patch that de-indents lists, see below. Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v retrieving revision 1.2 diff -u -r1.2 changes.html --- changes.html 23 Aug 2016 19:27:37 -0000 1.2 +++ changes.html 23 Aug 2016 20:51:25 -0000 @@ -21,62 +21,62 @@

Caveats

General Optimizer Improvements

New Languages and Language specific improvements

C family

C

C++

Runtime Library (libstdc++)

Fortran

@@ -142,9 +142,9 @@

Other significant improvements