From patchwork Fri Feb 3 14:27:26 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Malcolm X-Patchwork-Id: 723694 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 3vFK2d6xmBz9s79 for ; Sat, 4 Feb 2017 01:27:36 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="fWPDbxcq"; 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 :message-id:subject:from:to:date:content-type:mime-version; q= dns; s=default; b=FmZKRIOn3F/ncyb1w3Uzq+aNK60Pekf8L0TY0SOiYTKV+l xuROmUtmnjxJvlHvz6H9b0Qr6vK/WVuPWCAIVvMoB6YkinrkwS3C85mfcJ+885AH vHDmaFDYzklOgXmKwFD7syKYH17ehHUCQ4vQQy6faEFkbFiMT9zMEuYl86uq0= 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 :message-id:subject:from:to:date:content-type:mime-version; s= default; bh=B4LvkxHRR1UscycKkCTNwmtf+gE=; b=fWPDbxcqBTwEiWGHwDHS pGETSXP2lL+mYgKTYDdMI/7VoBOgSd7qu8zvOnZ+whuU29Giraghz0mS46kf/eTs w9etY9SKX0EsSzm80lRTzEeQeAMwntHdWnazrlP3Ic/XR96m9c6dUMLSDzYCsBht 3pghlu1sxwInTX+RSEN9eCE= Received: (qmail 58484 invoked by alias); 3 Feb 2017 14:27:29 -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 58467 invoked by uid 89); 3 Feb 2017 14:27:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=no version=3.3.2 spammy=7s, committing X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 03 Feb 2017 14:27:28 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0687A81235 for ; Fri, 3 Feb 2017 14:27:28 +0000 (UTC) Received: from vpn-233-73.phx2.redhat.com (vpn-233-73.phx2.redhat.com [10.3.233.73]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v13ERRkD025106 for ; Fri, 3 Feb 2017 09:27:27 -0500 Message-ID: <1486132046.9007.9.camel@redhat.com> Subject: [wwwdocs] Uncomment link to gcc-7/porting_to.html From: David Malcolm To: gcc-patches@gcc.gnu.org Date: Fri, 03 Feb 2017 09:27:26 -0500 Mime-Version: 1.0 X-IsSubscribed: yes We now have a porting_to.html for gcc 7, so this patch uncomments the link to it on gcc 7's changes page. Validates. I took the liberty of committing this, under the "obvious" rule. Index: htdocs/gcc-7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v retrieving revision 1.58 diff -u -p -r1.58 changes.html --- htdocs/gcc-7/changes.html 3 Feb 2017 14:00:31 -0000 1.58 +++ htdocs/gcc-7/changes.html 3 Feb 2017 14:04:41 -0000 @@ -14,7 +14,7 @@

This page is a brief summary of some of the huge number of improvements in GCC 7. For more information, see the - +Porting to GCC 7 page and the full GCC documentation.