From patchwork Sat Mar 30 13:03:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 232519 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 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id BAEA22C00DB for ; Sun, 31 Mar 2013 00:03:35 +1100 (EST) 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=Ov3QZ54niv3SXSGEEFutetkRhVA7KAVqo21Cbj8vMDZ4V6vgDUA6n T+y9IZsWtszItvzDc28NyJ7w/mOpi3pUrYKWXan6y72He3WUVf36BcuPxAffdqCw dliOVVC8rZZ/oHeXMKaq/L8FddiR9sz0DWoqOGAA0TWyzDmeTg2at0= 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=9vHmZv9E2bgAP37CCSgzzzm7Lrg=; b=DPq/liuy0du+EKS7Qczv no+13r9heUZj52iOiaFpabG2e0OVZxCsy7EpLyI851hEuSsq8lizrwYtV8qDNBVD 05ARQxX+47Btic+xTuBuntbOPW5XLlXMEe6tANQYBb1t8O7kOUTOmqZI9WgpjukL MYb3rYzA3G3FGMevMvfvAoQ= Received: (qmail 28377 invoked by alias); 30 Mar 2013 13:03:26 -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 28362 invoked by uid 89); 30 Mar 2013 13:03:19 -0000 X-Spam-SWARE-Status: No, score=-50.9 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.1 Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 30 Mar 2013 13:03:14 +0000 Received: from [192.168.0.131] (vie-188-118-252-015.dsl.sil.at [188.118.252.15]) by ainaz.pair.com (Postfix) with ESMTPSA id 3CB583F412 for ; Sat, 30 Mar 2013 09:03:12 -0400 (EDT) Date: Sat, 30 Mar 2013 14:03:10 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] projects/tree-ssa/index.html -- remove broken link Message-ID: MIME-Version: 1.0 This now redirects to the linux.com main page (which shows the relevance of even adjust "permanent redirects"). Refer to the proceedings on gcc.gnu.org instead. Gerald Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/index.html,v retrieving revision 1.42 diff -u -3 -p -r1.42 index.html --- index.html 29 Dec 2012 00:24:56 -0000 1.42 +++ index.html 30 Mar 2013 13:02:23 -0000 @@ -64,9 +64,8 @@ href="#cytron.ea-91">1]. The implem

Documentation

A high-level overview of GENERIC/GIMPLE and the SSA implementation may -be found in the -Proceedings of the 2003 GCC Developers Summit (pages 171-193).

+be found in the Proceedings +of the 2003 GCC Developers Summit (pages 171-193).

Internal design documentation is also available in the texinfo documentation (doc/gccint.info in GCC's build directory).