From patchwork Thu Nov 28 19:53:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1202272 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-514795-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="wRH7TQ2v"; 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 47P7cF5Mybz9sPj for ; Fri, 29 Nov 2019 06:53:32 +1100 (AEDT) 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:message-id:mime-version:content-type; q=dns; s=default; b=tPJxbTIAHyB69AluOzYwoGbIcLJBU4I4vaPu5eg9UgARqOatoz q0DR6DlweXR5iI8KV6em62svVc055IPE0xteUDxi0XrRmHaR+mj121udFvEfLiaa fe5i4zMdBR1YKgKRIedg2o3BwxfstXZPjT3MtEudbkAAPbx4RHzabY1o8= 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:message-id:mime-version:content-type; s= default; bh=1+44DRrpKO2VTMUOVGFFA6SRkqE=; b=wRH7TQ2v8yfo9FnoVwjK 261TODfq1bBS0o+jBGyrdfIMlj3+31H3dId178YukIm/Ks/UIl6v+F4DH9QsgzNu IvEmctFUETksLnSbuCsb6JIE+SrTdMi65jBe7Ydzfj7Kq4PPBcFkXsB9gDBiWYP+ vGA41SP7jb7yQactfH8CyKM= Received: (qmail 124554 invoked by alias); 28 Nov 2019 19:53:19 -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 124542 invoked by uid 89); 28 Nov 2019 19:53:18 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.1 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=central, steering, Central, Projects X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 28 Nov 2019 19:53:05 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 8973C33E11; Thu, 28 Nov 2019 14:53:03 -0500 (EST) Received: from [192.168.1.3] (unknown [178.114.215.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id B1C1D33E0D; Thu, 28 Nov 2019 14:53:02 -0500 (EST) Date: Thu, 28 Nov 2019 20:53:00 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Mark Eggleston Subject: [wwwdocs] Push down into individual HTML files. Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes This will make it easier to edit/validate pages and reduces our dependency on preprocessing yet a bit more on top of the change series I worked on last fall. This change was triggered by feedback from Mark Eggleston; thank you! Committed. Gerald commit 34bfcf1947c44e458af1b7ba201f25071c4d80a5 Author: Gerald Pfeifer Date: Thu Nov 28 19:01:20 2019 +0100 Push down into individual HTML files. Historically we have been adding to all HTML files via our preprocessing machinery. With this change these files become more self contained and in particular easier to validate directly. diff --git a/htdocs/about.html b/htdocs/about.html index a67e3588..011f7ab5 100644 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -2,6 +2,7 @@ + GCC: About diff --git a/htdocs/backends.html b/htdocs/backends.html index c4b916d3..a392d5ea 100644 --- a/htdocs/backends.html +++ b/htdocs/backends.html @@ -2,6 +2,7 @@ + Status of Supported Architectures from Maintainers' Point of View diff --git a/htdocs/badspammer.html b/htdocs/badspammer.html index e80d7c3c..e2016373 100644 --- a/htdocs/badspammer.html +++ b/htdocs/badspammer.html @@ -2,6 +2,7 @@ + GCC diff --git a/htdocs/benchmarks/index.html b/htdocs/benchmarks/index.html index afb6c9d7..555d2906 100644 --- a/htdocs/benchmarks/index.html +++ b/htdocs/benchmarks/index.html @@ -1,6 +1,7 @@ + Benchmarking GCC diff --git a/htdocs/branch-closing.html b/htdocs/branch-closing.html index 2b684503..f8a3ddfa 100644 --- a/htdocs/branch-closing.html +++ b/htdocs/branch-closing.html @@ -2,6 +2,7 @@ + Closing a GCC Release Branch diff --git a/htdocs/branching.html b/htdocs/branching.html index 541a8b1b..5eb6e73a 100644 --- a/htdocs/branching.html +++ b/htdocs/branching.html @@ -2,6 +2,7 @@ + Branching for a GCC Release diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html index 36fac841..66d9138f 100644 --- a/htdocs/bugs/index.html +++ b/htdocs/bugs/index.html @@ -2,6 +2,7 @@ + GCC Bugs diff --git a/htdocs/bugs/management.html b/htdocs/bugs/management.html index 92ee2730..18fee991 100644 --- a/htdocs/bugs/management.html +++ b/htdocs/bugs/management.html @@ -2,6 +2,7 @@ + Managing Bugs (Bugzilla and the Testsuite) diff --git a/htdocs/bugs/minimize.html b/htdocs/bugs/minimize.html index 22df7de5..6197169a 100644 --- a/htdocs/bugs/minimize.html +++ b/htdocs/bugs/minimize.html @@ -2,6 +2,7 @@ + How to Minimize Test Cases for Bugs diff --git a/htdocs/bugs/reghunt.html b/htdocs/bugs/reghunt.html index de2cdb6b..d9c92067 100644 --- a/htdocs/bugs/reghunt.html +++ b/htdocs/bugs/reghunt.html @@ -2,6 +2,7 @@ + How to Locate GCC Regressions diff --git a/htdocs/bugs/segfault.html b/htdocs/bugs/segfault.html index a5769d2b..66543dc8 100644 --- a/htdocs/bugs/segfault.html +++ b/htdocs/bugs/segfault.html @@ -2,6 +2,7 @@ + How to debug a GCC segmentation fault diff --git a/htdocs/buildstat.html b/htdocs/buildstat.html index 693a6ce4..f593d5c8 100644 --- a/htdocs/buildstat.html +++ b/htdocs/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC diff --git a/htdocs/bzkanban/index.html b/htdocs/bzkanban/index.html index aa651f4f..009ea354 100644 --- a/htdocs/bzkanban/index.html +++ b/htdocs/bzkanban/index.html @@ -2,6 +2,7 @@ + Bz Kanban Board diff --git a/htdocs/c99status.html b/htdocs/c99status.html index b5d80f98..b2b1fed6 100644 --- a/htdocs/c99status.html +++ b/htdocs/c99status.html @@ -2,6 +2,7 @@ + Status of C99 features in GCC diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index d43f28f0..03a77063 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -2,6 +2,7 @@ + GCC Coding Conventions diff --git a/htdocs/codingrationale.html b/htdocs/codingrationale.html index 2facc097..a2618b64 100644 --- a/htdocs/codingrationale.html +++ b/htdocs/codingrationale.html @@ -2,6 +2,7 @@ + GCC Coding Conventions Rationale and Discussion diff --git a/htdocs/contribute.html b/htdocs/contribute.html index 80ebb26f..381aa02a 100644 --- a/htdocs/contribute.html +++ b/htdocs/contribute.html @@ -1,6 +1,7 @@ + diff --git a/htdocs/contributewhy.html b/htdocs/contributewhy.html index 0253d2a1..ce8d20f2 100644 --- a/htdocs/contributewhy.html +++ b/htdocs/contributewhy.html @@ -2,6 +2,7 @@ + Extending and Contributing to GCC diff --git a/htdocs/develop.html b/htdocs/develop.html index 04cf4c35..570fe4a0 100644 --- a/htdocs/develop.html +++ b/htdocs/develop.html @@ -1,6 +1,7 @@ + GCC Development Plan diff --git a/htdocs/egcs-1.0/buildstat.html b/htdocs/egcs-1.0/buildstat.html index 1e7f0a26..66777148 100644 --- a/htdocs/egcs-1.0/buildstat.html +++ b/htdocs/egcs-1.0/buildstat.html @@ -1,6 +1,7 @@ + Build and Test status for EGCS 1.0 diff --git a/htdocs/egcs-1.0/c++features.html b/htdocs/egcs-1.0/c++features.html index 26b88d50..8c7b1741 100644 --- a/htdocs/egcs-1.0/c++features.html +++ b/htdocs/egcs-1.0/c++features.html @@ -1,6 +1,7 @@ + EGCS 1.0 C++ Features diff --git a/htdocs/egcs-1.0/caveats.html b/htdocs/egcs-1.0/caveats.html index 4b940955..a93d5e37 100644 --- a/htdocs/egcs-1.0/caveats.html +++ b/htdocs/egcs-1.0/caveats.html @@ -1,6 +1,7 @@ + EGCS 1.0 Caveats diff --git a/htdocs/egcs-1.0/features-2.8.html b/htdocs/egcs-1.0/features-2.8.html index ae062f3e..5d7f32e0 100644 --- a/htdocs/egcs-1.0/features-2.8.html +++ b/htdocs/egcs-1.0/features-2.8.html @@ -1,6 +1,7 @@ + GCC 2.8 features in egcs diff --git a/htdocs/egcs-1.0/features.html b/htdocs/egcs-1.0/features.html index 1b86bcee..42f3fae9 100644 --- a/htdocs/egcs-1.0/features.html +++ b/htdocs/egcs-1.0/features.html @@ -1,6 +1,7 @@ + EGCS 1.0 Features diff --git a/htdocs/egcs-1.0/index.html b/htdocs/egcs-1.0/index.html index 2898440f..91567be3 100644 --- a/htdocs/egcs-1.0/index.html +++ b/htdocs/egcs-1.0/index.html @@ -1,6 +1,7 @@ + EGCS 1.0 diff --git a/htdocs/egcs-1.1/buildstat.html b/htdocs/egcs-1.1/buildstat.html index 8d9b41f2..64b4865c 100644 --- a/htdocs/egcs-1.1/buildstat.html +++ b/htdocs/egcs-1.1/buildstat.html @@ -1,6 +1,7 @@ + Build and Test status for EGCS 1.1 diff --git a/htdocs/egcs-1.1/c++features.html b/htdocs/egcs-1.1/c++features.html index 30992c10..963ffe4a 100644 --- a/htdocs/egcs-1.1/c++features.html +++ b/htdocs/egcs-1.1/c++features.html @@ -1,6 +1,7 @@ + EGCS 1.1 C++ Features diff --git a/htdocs/egcs-1.1/caveats.html b/htdocs/egcs-1.1/caveats.html index 0b1cdf91..9d4b970d 100644 --- a/htdocs/egcs-1.1/caveats.html +++ b/htdocs/egcs-1.1/caveats.html @@ -1,6 +1,7 @@ + EGCS 1.1 Caveats diff --git a/htdocs/egcs-1.1/egcs-1.1-branch.html b/htdocs/egcs-1.1/egcs-1.1-branch.html index 3992cb6d..c4cbf147 100644 --- a/htdocs/egcs-1.1/egcs-1.1-branch.html +++ b/htdocs/egcs-1.1/egcs-1.1-branch.html @@ -1,6 +1,7 @@ + EGCS 1.1 branch diff --git a/htdocs/egcs-1.1/egcs-1.1-test.html b/htdocs/egcs-1.1/egcs-1.1-test.html index 59d3952c..44323df3 100644 --- a/htdocs/egcs-1.1/egcs-1.1-test.html +++ b/htdocs/egcs-1.1/egcs-1.1-test.html @@ -1,6 +1,7 @@ + EGCS 1.1 test strategy diff --git a/htdocs/egcs-1.1/features.html b/htdocs/egcs-1.1/features.html index 17816bbb..eadabea2 100644 --- a/htdocs/egcs-1.1/features.html +++ b/htdocs/egcs-1.1/features.html @@ -1,6 +1,7 @@ + EGCS 1.1 New Features diff --git a/htdocs/egcs-1.1/index.html b/htdocs/egcs-1.1/index.html index b5b6bfa0..33cc8d59 100644 --- a/htdocs/egcs-1.1/index.html +++ b/htdocs/egcs-1.1/index.html @@ -1,6 +1,7 @@ + EGCS 1.1 diff --git a/htdocs/egcs-1.1/regress.html b/htdocs/egcs-1.1/regress.html index 372c5c4c..144ad3a6 100644 --- a/htdocs/egcs-1.1/regress.html +++ b/htdocs/egcs-1.1/regress.html @@ -1,6 +1,7 @@ + EGCS 1.1 regression test strategy diff --git a/htdocs/egcs-1.1/schedule.html b/htdocs/egcs-1.1/schedule.html index 2035f4bf..ccf3e945 100644 --- a/htdocs/egcs-1.1/schedule.html +++ b/htdocs/egcs-1.1/schedule.html @@ -1,6 +1,7 @@ + EGCS 1.1 diff --git a/htdocs/extensions.html b/htdocs/extensions.html index 37df6b26..76a89e1a 100644 --- a/htdocs/extensions.html +++ b/htdocs/extensions.html @@ -2,6 +2,7 @@ + GCC extensions diff --git a/htdocs/faq.html b/htdocs/faq.html index dc51d3a5..002a1f9a 100644 --- a/htdocs/faq.html +++ b/htdocs/faq.html @@ -2,6 +2,7 @@ + GCC Frequently Asked Questions diff --git a/htdocs/fortran/contributors.html b/htdocs/fortran/contributors.html index 2750582f..21341e53 100644 --- a/htdocs/fortran/contributors.html +++ b/htdocs/fortran/contributors.html @@ -1,6 +1,7 @@ + Contributors to GNU Fortran diff --git a/htdocs/fortran/index.html b/htdocs/fortran/index.html index bfba9622..42012ddc 100644 --- a/htdocs/fortran/index.html +++ b/htdocs/fortran/index.html @@ -2,6 +2,7 @@ + GNU Fortran diff --git a/htdocs/frontends.html b/htdocs/frontends.html index 6b437fbd..2d996cbd 100644 --- a/htdocs/frontends.html +++ b/htdocs/frontends.html @@ -2,6 +2,7 @@ + GCC Front Ends diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 7eab5d4f..de550813 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -1,6 +1,7 @@ + GCC 10 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-10/criteria.html b/htdocs/gcc-10/criteria.html index 1ff41555..3a50c74e 100644 --- a/htdocs/gcc-10/criteria.html +++ b/htdocs/gcc-10/criteria.html @@ -2,6 +2,7 @@ + GCC 10 Release Criteria diff --git a/htdocs/gcc-2.95/branch.html b/htdocs/gcc-2.95/branch.html index de5ff5d7..7ba3250f 100644 --- a/htdocs/gcc-2.95/branch.html +++ b/htdocs/gcc-2.95/branch.html @@ -2,6 +2,7 @@ + GCC 2.95 branch diff --git a/htdocs/gcc-2.95/buildstat.html b/htdocs/gcc-2.95/buildstat.html index 622e6082..1823fba6 100644 --- a/htdocs/gcc-2.95/buildstat.html +++ b/htdocs/gcc-2.95/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 2.95 diff --git a/htdocs/gcc-2.95/c++features.html b/htdocs/gcc-2.95/c++features.html index f517f77a..11cb8bad 100644 --- a/htdocs/gcc-2.95/c++features.html +++ b/htdocs/gcc-2.95/c++features.html @@ -2,6 +2,7 @@ + GCC 2.95 C++ Features diff --git a/htdocs/gcc-2.95/caveats.html b/htdocs/gcc-2.95/caveats.html index e498d635..adef266c 100644 --- a/htdocs/gcc-2.95/caveats.html +++ b/htdocs/gcc-2.95/caveats.html @@ -2,6 +2,7 @@ + GCC 2.95 Caveats diff --git a/htdocs/gcc-2.95/features.html b/htdocs/gcc-2.95/features.html index f9d98b79..3f28fc89 100644 --- a/htdocs/gcc-2.95/features.html +++ b/htdocs/gcc-2.95/features.html @@ -2,6 +2,7 @@ + GCC 2.95 New Features diff --git a/htdocs/gcc-2.95/index.html b/htdocs/gcc-2.95/index.html index 11426e6e..1e8621ab 100644 --- a/htdocs/gcc-2.95/index.html +++ b/htdocs/gcc-2.95/index.html @@ -2,6 +2,7 @@ + GCC 2.95 diff --git a/htdocs/gcc-2.95/othertest.html b/htdocs/gcc-2.95/othertest.html index 86c84dd6..19f039c6 100644 --- a/htdocs/gcc-2.95/othertest.html +++ b/htdocs/gcc-2.95/othertest.html @@ -2,6 +2,7 @@ + GCC 2.95 other tests diff --git a/htdocs/gcc-2.95/regress.html b/htdocs/gcc-2.95/regress.html index b39e27b8..3c461169 100644 --- a/htdocs/gcc-2.95/regress.html +++ b/htdocs/gcc-2.95/regress.html @@ -2,6 +2,7 @@ + GCC 2.95 regression test strategy diff --git a/htdocs/gcc-2.95/schedule.html b/htdocs/gcc-2.95/schedule.html index 100719f1..f08198fe 100644 --- a/htdocs/gcc-2.95/schedule.html +++ b/htdocs/gcc-2.95/schedule.html @@ -2,6 +2,7 @@ + GCC 2.95 diff --git a/htdocs/gcc-2.95/testing.html b/htdocs/gcc-2.95/testing.html index f23fa88f..695ce52f 100644 --- a/htdocs/gcc-2.95/testing.html +++ b/htdocs/gcc-2.95/testing.html @@ -2,6 +2,7 @@ + Testing GCC 2.95 with the current testsuite diff --git a/htdocs/gcc-2.96.html b/htdocs/gcc-2.96.html index 042b3bf2..08b5c176 100644 --- a/htdocs/gcc-2.96.html +++ b/htdocs/gcc-2.96.html @@ -2,6 +2,7 @@ + GCC 2.96 diff --git a/htdocs/gcc-3.0/buildstat.html b/htdocs/gcc-3.0/buildstat.html index e5438369..0c50b68c 100644 --- a/htdocs/gcc-3.0/buildstat.html +++ b/htdocs/gcc-3.0/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 3.0 diff --git a/htdocs/gcc-3.0/c++features.html b/htdocs/gcc-3.0/c++features.html index 7addb3ec..6fe851f2 100644 --- a/htdocs/gcc-3.0/c++features.html +++ b/htdocs/gcc-3.0/c++features.html @@ -2,6 +2,7 @@ + C++ New Features diff --git a/htdocs/gcc-3.0/caveats.html b/htdocs/gcc-3.0/caveats.html index 7eefcc56..839792a5 100644 --- a/htdocs/gcc-3.0/caveats.html +++ b/htdocs/gcc-3.0/caveats.html @@ -2,6 +2,7 @@ + GCC 3.0 Caveats diff --git a/htdocs/gcc-3.0/criteria.html b/htdocs/gcc-3.0/criteria.html index c2fdf600..e405624f 100644 --- a/htdocs/gcc-3.0/criteria.html +++ b/htdocs/gcc-3.0/criteria.html @@ -2,6 +2,7 @@ + GCC 3.0 Release Criteria diff --git a/htdocs/gcc-3.0/features.html b/htdocs/gcc-3.0/features.html index bee9583c..8ed40cb8 100644 --- a/htdocs/gcc-3.0/features.html +++ b/htdocs/gcc-3.0/features.html @@ -2,6 +2,7 @@ + GCC 3.0 New Features diff --git a/htdocs/gcc-3.0/index.html b/htdocs/gcc-3.0/index.html index 342f0958..fdf8da01 100644 --- a/htdocs/gcc-3.0/index.html +++ b/htdocs/gcc-3.0/index.html @@ -2,6 +2,7 @@ + GCC 3.0.4 diff --git a/htdocs/gcc-3.0/lapack-guide.html b/htdocs/gcc-3.0/lapack-guide.html index 99c0fe12..5b38c5cd 100644 --- a/htdocs/gcc-3.0/lapack-guide.html +++ b/htdocs/gcc-3.0/lapack-guide.html @@ -2,6 +2,7 @@ + LAPACK build and test guide diff --git a/htdocs/gcc-3.0/libgcc.html b/htdocs/gcc-3.0/libgcc.html index fc7bdae3..26296048 100644 --- a/htdocs/gcc-3.0/libgcc.html +++ b/htdocs/gcc-3.0/libgcc.html @@ -2,6 +2,7 @@ + libgcc diff --git a/htdocs/gcc-3.0/pooma-guide.html b/htdocs/gcc-3.0/pooma-guide.html index 54b47e6c..29d947b7 100644 --- a/htdocs/gcc-3.0/pooma-guide.html +++ b/htdocs/gcc-3.0/pooma-guide.html @@ -2,6 +2,7 @@ + POOMA build and test guide diff --git a/htdocs/gcc-3.1/buildstat.html b/htdocs/gcc-3.1/buildstat.html index c54bc464..9a22be50 100644 --- a/htdocs/gcc-3.1/buildstat.html +++ b/htdocs/gcc-3.1/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 3.1 diff --git a/htdocs/gcc-3.1/changes.html b/htdocs/gcc-3.1/changes.html index fdf33b5f..e83ffd98 100644 --- a/htdocs/gcc-3.1/changes.html +++ b/htdocs/gcc-3.1/changes.html @@ -2,6 +2,7 @@ + GCC 3.1 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-3.1/criteria.html b/htdocs/gcc-3.1/criteria.html index 35343552..bd0714a9 100644 --- a/htdocs/gcc-3.1/criteria.html +++ b/htdocs/gcc-3.1/criteria.html @@ -2,6 +2,7 @@ + GCC 3.1 Release Criteria diff --git a/htdocs/gcc-3.1/gcj-status.html b/htdocs/gcc-3.1/gcj-status.html index db8fb4d7..4125287f 100644 --- a/htdocs/gcc-3.1/gcj-status.html +++ b/htdocs/gcc-3.1/gcj-status.html @@ -2,6 +2,7 @@ + GCJ 3.1 status diff --git a/htdocs/gcc-3.1/index.html b/htdocs/gcc-3.1/index.html index 32874d54..0ce9dccd 100644 --- a/htdocs/gcc-3.1/index.html +++ b/htdocs/gcc-3.1/index.html @@ -2,6 +2,7 @@ + GCC 3.1 diff --git a/htdocs/gcc-3.2/buildstat.html b/htdocs/gcc-3.2/buildstat.html index c1ec1125..488c1fda 100644 --- a/htdocs/gcc-3.2/buildstat.html +++ b/htdocs/gcc-3.2/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 3.2 diff --git a/htdocs/gcc-3.2/c++-abi.html b/htdocs/gcc-3.2/c++-abi.html index 3c9a09f2..3a620974 100644 --- a/htdocs/gcc-3.2/c++-abi.html +++ b/htdocs/gcc-3.2/c++-abi.html @@ -2,6 +2,7 @@ + A Common C++ ABI for GNU/Linux diff --git a/htdocs/gcc-3.2/changes.html b/htdocs/gcc-3.2/changes.html index 0d5badbd..cf6ac1d4 100644 --- a/htdocs/gcc-3.2/changes.html +++ b/htdocs/gcc-3.2/changes.html @@ -2,6 +2,7 @@ + GCC 3.2 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-3.2/index.html b/htdocs/gcc-3.2/index.html index 25485461..447414aa 100644 --- a/htdocs/gcc-3.2/index.html +++ b/htdocs/gcc-3.2/index.html @@ -2,6 +2,7 @@ + GCC 3.2 Release Series diff --git a/htdocs/gcc-3.3/buildstat.html b/htdocs/gcc-3.3/buildstat.html index c31097fe..a7b0ec84 100644 --- a/htdocs/gcc-3.3/buildstat.html +++ b/htdocs/gcc-3.3/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 3.3 diff --git a/htdocs/gcc-3.3/changes.html b/htdocs/gcc-3.3/changes.html index 2ed5bccf..1dafd8fb 100644 --- a/htdocs/gcc-3.3/changes.html +++ b/htdocs/gcc-3.3/changes.html @@ -2,6 +2,7 @@ + GCC 3.3 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-3.3/criteria.html b/htdocs/gcc-3.3/criteria.html index bc0fd8ac..52364c55 100644 --- a/htdocs/gcc-3.3/criteria.html +++ b/htdocs/gcc-3.3/criteria.html @@ -2,6 +2,7 @@ + GCC 3.3 Release Criteria diff --git a/htdocs/gcc-3.3/gcj-status.html b/htdocs/gcc-3.3/gcj-status.html index 8d72aea8..0bca8e52 100644 --- a/htdocs/gcc-3.3/gcj-status.html +++ b/htdocs/gcc-3.3/gcj-status.html @@ -2,6 +2,7 @@ + GCJ 3.3 status diff --git a/htdocs/gcc-3.3/index.html b/htdocs/gcc-3.3/index.html index 14377d9d..45212e7f 100644 --- a/htdocs/gcc-3.3/index.html +++ b/htdocs/gcc-3.3/index.html @@ -2,6 +2,7 @@ + GCC 3.3 Release Series diff --git a/htdocs/gcc-3.4/buildstat.html b/htdocs/gcc-3.4/buildstat.html index 33adb8e1..d03a89f6 100644 --- a/htdocs/gcc-3.4/buildstat.html +++ b/htdocs/gcc-3.4/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 3.4 diff --git a/htdocs/gcc-3.4/changes.html b/htdocs/gcc-3.4/changes.html index 7428e655..585b2349 100644 --- a/htdocs/gcc-3.4/changes.html +++ b/htdocs/gcc-3.4/changes.html @@ -2,6 +2,7 @@ + GCC 3.4 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-3.4/criteria.html b/htdocs/gcc-3.4/criteria.html index c29cf686..1fd5cab9 100644 --- a/htdocs/gcc-3.4/criteria.html +++ b/htdocs/gcc-3.4/criteria.html @@ -2,6 +2,7 @@ + GCC 3.4 Release Criteria diff --git a/htdocs/gcc-3.4/index.html b/htdocs/gcc-3.4/index.html index fe77c18f..35e78e8b 100644 --- a/htdocs/gcc-3.4/index.html +++ b/htdocs/gcc-3.4/index.html @@ -2,6 +2,7 @@ + GCC 3.4 Release Series diff --git a/htdocs/gcc-3.4/mips-abi.html b/htdocs/gcc-3.4/mips-abi.html index c116779d..1fe81f08 100644 --- a/htdocs/gcc-3.4/mips-abi.html +++ b/htdocs/gcc-3.4/mips-abi.html @@ -2,6 +2,7 @@ + MIPS ABI Changes in GCC 3.4 diff --git a/htdocs/gcc-3.4/powerpc-abi.html b/htdocs/gcc-3.4/powerpc-abi.html index ff7b4c99..3ce801f6 100644 --- a/htdocs/gcc-3.4/powerpc-abi.html +++ b/htdocs/gcc-3.4/powerpc-abi.html @@ -2,6 +2,7 @@ + PowerPC ABI Changes in GCC 3.4 diff --git a/htdocs/gcc-3.4/sparc-abi.html b/htdocs/gcc-3.4/sparc-abi.html index 10e6a50a..df280483 100644 --- a/htdocs/gcc-3.4/sparc-abi.html +++ b/htdocs/gcc-3.4/sparc-abi.html @@ -2,6 +2,7 @@ + SPARC ABI Changes in GCC 3.4 diff --git a/htdocs/gcc-4.0/buildstat.html b/htdocs/gcc-4.0/buildstat.html index 4cd56795..711d5721 100644 --- a/htdocs/gcc-4.0/buildstat.html +++ b/htdocs/gcc-4.0/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 4.0 diff --git a/htdocs/gcc-4.0/changes.html b/htdocs/gcc-4.0/changes.html index 4c5cfc14..97907c33 100644 --- a/htdocs/gcc-4.0/changes.html +++ b/htdocs/gcc-4.0/changes.html @@ -2,6 +2,7 @@ + GCC 4.0 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-4.0/criteria.html b/htdocs/gcc-4.0/criteria.html index 61cf36a4..b9f4e323 100644 --- a/htdocs/gcc-4.0/criteria.html +++ b/htdocs/gcc-4.0/criteria.html @@ -2,6 +2,7 @@ + GCC 4.0 Release Criteria diff --git a/htdocs/gcc-4.0/index.html b/htdocs/gcc-4.0/index.html index 2709860e..c0de4ef8 100644 --- a/htdocs/gcc-4.0/index.html +++ b/htdocs/gcc-4.0/index.html @@ -2,6 +2,7 @@ + GCC 4.0 Release Series diff --git a/htdocs/gcc-4.1/buildstat.html b/htdocs/gcc-4.1/buildstat.html index 190f5016..a7dce2cc 100644 --- a/htdocs/gcc-4.1/buildstat.html +++ b/htdocs/gcc-4.1/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 4.1 diff --git a/htdocs/gcc-4.1/changes.html b/htdocs/gcc-4.1/changes.html index ea977aec..07c76dfe 100644 --- a/htdocs/gcc-4.1/changes.html +++ b/htdocs/gcc-4.1/changes.html @@ -2,6 +2,7 @@ + GCC 4.1 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-4.1/criteria.html b/htdocs/gcc-4.1/criteria.html index 0afe2250..c7f71a7b 100644 --- a/htdocs/gcc-4.1/criteria.html +++ b/htdocs/gcc-4.1/criteria.html @@ -2,6 +2,7 @@ + GCC 4.1 Release Criteria diff --git a/htdocs/gcc-4.1/index.html b/htdocs/gcc-4.1/index.html index cff2792d..1a8d4a75 100644 --- a/htdocs/gcc-4.1/index.html +++ b/htdocs/gcc-4.1/index.html @@ -2,6 +2,7 @@ + GCC 4.1 Release Series diff --git a/htdocs/gcc-4.2/buildstat.html b/htdocs/gcc-4.2/buildstat.html index 272d7d75..2beacb54 100644 --- a/htdocs/gcc-4.2/buildstat.html +++ b/htdocs/gcc-4.2/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 4.2 diff --git a/htdocs/gcc-4.2/changes.html b/htdocs/gcc-4.2/changes.html index d9a22aae..30e3479c 100644 --- a/htdocs/gcc-4.2/changes.html +++ b/htdocs/gcc-4.2/changes.html @@ -2,6 +2,7 @@ + GCC 4.2 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-4.2/criteria.html b/htdocs/gcc-4.2/criteria.html index 53ecf2d9..44774f75 100644 --- a/htdocs/gcc-4.2/criteria.html +++ b/htdocs/gcc-4.2/criteria.html @@ -2,6 +2,7 @@ + GCC 4.2 Release Criteria diff --git a/htdocs/gcc-4.2/index.html b/htdocs/gcc-4.2/index.html index 69ea28d1..9a8ea413 100644 --- a/htdocs/gcc-4.2/index.html +++ b/htdocs/gcc-4.2/index.html @@ -2,6 +2,7 @@ + GCC 4.2 Release Series diff --git a/htdocs/gcc-4.3/buildstat.html b/htdocs/gcc-4.3/buildstat.html index 1f6065d4..e495f7ad 100644 --- a/htdocs/gcc-4.3/buildstat.html +++ b/htdocs/gcc-4.3/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 4.3 diff --git a/htdocs/gcc-4.3/changes.html b/htdocs/gcc-4.3/changes.html index 1b59df8c..7e02a8d5 100644 --- a/htdocs/gcc-4.3/changes.html +++ b/htdocs/gcc-4.3/changes.html @@ -3,6 +3,7 @@ + GCC 4.3 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-4.3/criteria.html b/htdocs/gcc-4.3/criteria.html index 704b0484..52585ede 100644 --- a/htdocs/gcc-4.3/criteria.html +++ b/htdocs/gcc-4.3/criteria.html @@ -2,6 +2,7 @@ + GCC 4.3 Release Criteria diff --git a/htdocs/gcc-4.3/cxx0x_status.html b/htdocs/gcc-4.3/cxx0x_status.html index 3a14507b..2a2b33dc 100644 --- a/htdocs/gcc-4.3/cxx0x_status.html +++ b/htdocs/gcc-4.3/cxx0x_status.html @@ -2,6 +2,7 @@ + Status of Experimental C++0x Support in GCC 4.3 diff --git a/htdocs/gcc-4.3/index.html b/htdocs/gcc-4.3/index.html index 9e258783..14fb2b7c 100644 --- a/htdocs/gcc-4.3/index.html +++ b/htdocs/gcc-4.3/index.html @@ -2,6 +2,7 @@ + GCC 4.3 Release Series diff --git a/htdocs/gcc-4.3/porting_to.html b/htdocs/gcc-4.3/porting_to.html index 4ec8ae91..5777519a 100644 --- a/htdocs/gcc-4.3/porting_to.html +++ b/htdocs/gcc-4.3/porting_to.html @@ -2,6 +2,7 @@ + GCC 4.3 Release Series — Porting to the New Tools diff --git a/htdocs/gcc-4.4/buildstat.html b/htdocs/gcc-4.4/buildstat.html index 2bf8be02..ec6bccf7 100644 --- a/htdocs/gcc-4.4/buildstat.html +++ b/htdocs/gcc-4.4/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 4.4 diff --git a/htdocs/gcc-4.4/changes.html b/htdocs/gcc-4.4/changes.html index 20ef9823..dbe73ebd 100644 --- a/htdocs/gcc-4.4/changes.html +++ b/htdocs/gcc-4.4/changes.html @@ -2,6 +2,7 @@ + GCC 4.4 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-4.4/criteria.html b/htdocs/gcc-4.4/criteria.html index 8784b72c..42e21835 100644 --- a/htdocs/gcc-4.4/criteria.html +++ b/htdocs/gcc-4.4/criteria.html @@ -2,6 +2,7 @@ + GCC 4.4 Release Criteria diff --git a/htdocs/gcc-4.4/cxx0x_status.html b/htdocs/gcc-4.4/cxx0x_status.html index e3ea01c4..327fcb33 100644 --- a/htdocs/gcc-4.4/cxx0x_status.html +++ b/htdocs/gcc-4.4/cxx0x_status.html @@ -2,6 +2,7 @@ + Status of Experimental C++0x Support in GCC 4.4 diff --git a/htdocs/gcc-4.4/index.html b/htdocs/gcc-4.4/index.html index ce0702ca..0f9df197 100644 --- a/htdocs/gcc-4.4/index.html +++ b/htdocs/gcc-4.4/index.html @@ -2,6 +2,7 @@ + GCC 4.4 Release Series diff --git a/htdocs/gcc-4.4/porting_to.html b/htdocs/gcc-4.4/porting_to.html index d610009a..b553e5cc 100644 --- a/htdocs/gcc-4.4/porting_to.html +++ b/htdocs/gcc-4.4/porting_to.html @@ -2,6 +2,7 @@ + GCC 4.4 Release Series — Porting to the New Tools diff --git a/htdocs/gcc-4.5/buildstat.html b/htdocs/gcc-4.5/buildstat.html index 0294a780..f68600e9 100644 --- a/htdocs/gcc-4.5/buildstat.html +++ b/htdocs/gcc-4.5/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 4.5 diff --git a/htdocs/gcc-4.5/changes.html b/htdocs/gcc-4.5/changes.html index 99f26358..c141a4d9 100644 --- a/htdocs/gcc-4.5/changes.html +++ b/htdocs/gcc-4.5/changes.html @@ -2,6 +2,7 @@ + GCC 4.5 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-4.5/criteria.html b/htdocs/gcc-4.5/criteria.html index 577a96f5..11e57b19 100644 --- a/htdocs/gcc-4.5/criteria.html +++ b/htdocs/gcc-4.5/criteria.html @@ -2,6 +2,7 @@ + GCC 4.5 Release Criteria diff --git a/htdocs/gcc-4.5/cxx0x_status.html b/htdocs/gcc-4.5/cxx0x_status.html index 8cf3c575..44b7d7d7 100644 --- a/htdocs/gcc-4.5/cxx0x_status.html +++ b/htdocs/gcc-4.5/cxx0x_status.html @@ -2,6 +2,7 @@ + Status of Experimental C++0x Support in GCC 4.5 diff --git a/htdocs/gcc-4.5/index.html b/htdocs/gcc-4.5/index.html index b2f9c1aa..e41b552f 100644 --- a/htdocs/gcc-4.5/index.html +++ b/htdocs/gcc-4.5/index.html @@ -2,6 +2,7 @@ + GCC 4.5 Release Series diff --git a/htdocs/gcc-4.6/buildstat.html b/htdocs/gcc-4.6/buildstat.html index 223849b3..6c67fd1e 100644 --- a/htdocs/gcc-4.6/buildstat.html +++ b/htdocs/gcc-4.6/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 4.6 diff --git a/htdocs/gcc-4.6/changes.html b/htdocs/gcc-4.6/changes.html index 0d0aec8d..4b5a706e 100644 --- a/htdocs/gcc-4.6/changes.html +++ b/htdocs/gcc-4.6/changes.html @@ -2,6 +2,7 @@ + GCC 4.6 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-4.6/criteria.html b/htdocs/gcc-4.6/criteria.html index 047e7322..7300b8b0 100644 --- a/htdocs/gcc-4.6/criteria.html +++ b/htdocs/gcc-4.6/criteria.html @@ -2,6 +2,7 @@ + GCC 4.6 Release Criteria diff --git a/htdocs/gcc-4.6/cxx0x_status.html b/htdocs/gcc-4.6/cxx0x_status.html index e5f79c81..789d56e6 100644 --- a/htdocs/gcc-4.6/cxx0x_status.html +++ b/htdocs/gcc-4.6/cxx0x_status.html @@ -2,6 +2,7 @@ + Status of Experimental C++0x Support in GCC 4.6 diff --git a/htdocs/gcc-4.6/index.html b/htdocs/gcc-4.6/index.html index 1e5b114c..0b70fd0f 100644 --- a/htdocs/gcc-4.6/index.html +++ b/htdocs/gcc-4.6/index.html @@ -2,6 +2,7 @@ + GCC 4.6 Release Series diff --git a/htdocs/gcc-4.6/porting_to.html b/htdocs/gcc-4.6/porting_to.html index f06bbf42..054b41b7 100644 --- a/htdocs/gcc-4.6/porting_to.html +++ b/htdocs/gcc-4.6/porting_to.html @@ -2,6 +2,7 @@ + Porting to GCC 4.6 diff --git a/htdocs/gcc-4.7/buildstat.html b/htdocs/gcc-4.7/buildstat.html index 747d966f..4a14818d 100644 --- a/htdocs/gcc-4.7/buildstat.html +++ b/htdocs/gcc-4.7/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 4.7 diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html index df8f91a1..5103e5ee 100644 --- a/htdocs/gcc-4.7/changes.html +++ b/htdocs/gcc-4.7/changes.html @@ -2,6 +2,7 @@ + GCC 4.7 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-4.7/criteria.html b/htdocs/gcc-4.7/criteria.html index 051b7c68..8cb0fe8d 100644 --- a/htdocs/gcc-4.7/criteria.html +++ b/htdocs/gcc-4.7/criteria.html @@ -2,6 +2,7 @@ + GCC 4.7 Release Criteria diff --git a/htdocs/gcc-4.7/cxx0x_status.html b/htdocs/gcc-4.7/cxx0x_status.html index fdaa56bd..74c057dc 100644 --- a/htdocs/gcc-4.7/cxx0x_status.html +++ b/htdocs/gcc-4.7/cxx0x_status.html @@ -2,6 +2,7 @@ + Status of Experimental C++11 Support in GCC 4.7 diff --git a/htdocs/gcc-4.7/index.html b/htdocs/gcc-4.7/index.html index 59e52a14..a7468742 100644 --- a/htdocs/gcc-4.7/index.html +++ b/htdocs/gcc-4.7/index.html @@ -2,6 +2,7 @@ + GCC 4.7 Release Series diff --git a/htdocs/gcc-4.7/porting_to.html b/htdocs/gcc-4.7/porting_to.html index 328cc680..51d31ec0 100644 --- a/htdocs/gcc-4.7/porting_to.html +++ b/htdocs/gcc-4.7/porting_to.html @@ -2,6 +2,7 @@ + Porting to GCC 4.7 diff --git a/htdocs/gcc-4.8/buildstat.html b/htdocs/gcc-4.8/buildstat.html index c4d6a1d2..28056cbb 100644 --- a/htdocs/gcc-4.8/buildstat.html +++ b/htdocs/gcc-4.8/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 4.8 diff --git a/htdocs/gcc-4.8/changes.html b/htdocs/gcc-4.8/changes.html index b22c26d8..83f7da6c 100644 --- a/htdocs/gcc-4.8/changes.html +++ b/htdocs/gcc-4.8/changes.html @@ -2,6 +2,7 @@ + GCC 4.8 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-4.8/criteria.html b/htdocs/gcc-4.8/criteria.html index 18fa7647..ae685014 100644 --- a/htdocs/gcc-4.8/criteria.html +++ b/htdocs/gcc-4.8/criteria.html @@ -2,6 +2,7 @@ + GCC 4.8 Release Criteria diff --git a/htdocs/gcc-4.8/cxx0x_status.html b/htdocs/gcc-4.8/cxx0x_status.html index 5c891289..849ecb91 100644 --- a/htdocs/gcc-4.8/cxx0x_status.html +++ b/htdocs/gcc-4.8/cxx0x_status.html @@ -2,6 +2,7 @@ + Status of Experimental C++11 Support in GCC 4.8 diff --git a/htdocs/gcc-4.8/index.html b/htdocs/gcc-4.8/index.html index 65072469..fda45402 100644 --- a/htdocs/gcc-4.8/index.html +++ b/htdocs/gcc-4.8/index.html @@ -2,6 +2,7 @@ + GCC 4.8 Release Series diff --git a/htdocs/gcc-4.8/porting_to.html b/htdocs/gcc-4.8/porting_to.html index ed8772b4..356898ff 100644 --- a/htdocs/gcc-4.8/porting_to.html +++ b/htdocs/gcc-4.8/porting_to.html @@ -2,6 +2,7 @@ + Porting to GCC 4.8 diff --git a/htdocs/gcc-4.9/buildstat.html b/htdocs/gcc-4.9/buildstat.html index f7707563..9bbb102e 100644 --- a/htdocs/gcc-4.9/buildstat.html +++ b/htdocs/gcc-4.9/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 4.9 diff --git a/htdocs/gcc-4.9/changes.html b/htdocs/gcc-4.9/changes.html index a12ef450..342a9962 100644 --- a/htdocs/gcc-4.9/changes.html +++ b/htdocs/gcc-4.9/changes.html @@ -2,6 +2,7 @@ + GCC 4.9 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-4.9/criteria.html b/htdocs/gcc-4.9/criteria.html index 0b9c009b..e03dd7c8 100644 --- a/htdocs/gcc-4.9/criteria.html +++ b/htdocs/gcc-4.9/criteria.html @@ -2,6 +2,7 @@ + GCC 4.9 Release Criteria diff --git a/htdocs/gcc-4.9/index.html b/htdocs/gcc-4.9/index.html index 73697bde..b6a7e14e 100644 --- a/htdocs/gcc-4.9/index.html +++ b/htdocs/gcc-4.9/index.html @@ -2,6 +2,7 @@ + GCC 4.9 Release Series diff --git a/htdocs/gcc-4.9/porting_to.html b/htdocs/gcc-4.9/porting_to.html index c5d6ae76..63c6829d 100644 --- a/htdocs/gcc-4.9/porting_to.html +++ b/htdocs/gcc-4.9/porting_to.html @@ -2,6 +2,7 @@ + Porting to GCC 4.9 diff --git a/htdocs/gcc-5/buildstat.html b/htdocs/gcc-5/buildstat.html index fe3086ab..92c0d980 100644 --- a/htdocs/gcc-5/buildstat.html +++ b/htdocs/gcc-5/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 5 diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html index ccb1fa25..536ab6c0 100644 --- a/htdocs/gcc-5/changes.html +++ b/htdocs/gcc-5/changes.html @@ -2,6 +2,7 @@ + GCC 5 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-5/criteria.html b/htdocs/gcc-5/criteria.html index 6666aaa3..d9141705 100644 --- a/htdocs/gcc-5/criteria.html +++ b/htdocs/gcc-5/criteria.html @@ -2,6 +2,7 @@ + GCC 5 Release Criteria diff --git a/htdocs/gcc-5/index.html b/htdocs/gcc-5/index.html index 51e103bf..f2ba9772 100644 --- a/htdocs/gcc-5/index.html +++ b/htdocs/gcc-5/index.html @@ -2,6 +2,7 @@ + GCC 5 Release Series diff --git a/htdocs/gcc-5/porting_to.html b/htdocs/gcc-5/porting_to.html index 24fa1ae6..7d629e78 100644 --- a/htdocs/gcc-5/porting_to.html +++ b/htdocs/gcc-5/porting_to.html @@ -2,6 +2,7 @@ + Porting to GCC 5 diff --git a/htdocs/gcc-6/buildstat.html b/htdocs/gcc-6/buildstat.html index d138afd8..f264cf25 100644 --- a/htdocs/gcc-6/buildstat.html +++ b/htdocs/gcc-6/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 6 diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html index 0803e3fa..3713a394 100644 --- a/htdocs/gcc-6/changes.html +++ b/htdocs/gcc-6/changes.html @@ -2,6 +2,7 @@ + GCC 6 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-6/criteria.html b/htdocs/gcc-6/criteria.html index df70979d..1c2ddb21 100644 --- a/htdocs/gcc-6/criteria.html +++ b/htdocs/gcc-6/criteria.html @@ -2,6 +2,7 @@ + GCC 6 Release Criteria diff --git a/htdocs/gcc-6/index.html b/htdocs/gcc-6/index.html index 7e83a3fd..36692942 100644 --- a/htdocs/gcc-6/index.html +++ b/htdocs/gcc-6/index.html @@ -2,6 +2,7 @@ + GCC 6 Release Series diff --git a/htdocs/gcc-6/porting_to.html b/htdocs/gcc-6/porting_to.html index a32ef1bf..3cf959c6 100644 --- a/htdocs/gcc-6/porting_to.html +++ b/htdocs/gcc-6/porting_to.html @@ -2,6 +2,7 @@ + Porting to GCC 6 diff --git a/htdocs/gcc-7/buildstat.html b/htdocs/gcc-7/buildstat.html index 812b73cd..31408a3e 100644 --- a/htdocs/gcc-7/buildstat.html +++ b/htdocs/gcc-7/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 7 diff --git a/htdocs/gcc-7/changes.html b/htdocs/gcc-7/changes.html index 3a14c5c7..0afeb0a5 100644 --- a/htdocs/gcc-7/changes.html +++ b/htdocs/gcc-7/changes.html @@ -2,6 +2,7 @@ + GCC 7 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-7/criteria.html b/htdocs/gcc-7/criteria.html index 21c6a467..b7371f3f 100644 --- a/htdocs/gcc-7/criteria.html +++ b/htdocs/gcc-7/criteria.html @@ -2,6 +2,7 @@ + GCC 7 Release Criteria diff --git a/htdocs/gcc-7/index.html b/htdocs/gcc-7/index.html index 3d074f56..adb87079 100644 --- a/htdocs/gcc-7/index.html +++ b/htdocs/gcc-7/index.html @@ -2,6 +2,7 @@ + GCC 7 Release Series diff --git a/htdocs/gcc-7/porting_to.html b/htdocs/gcc-7/porting_to.html index 4681ba8a..aceec29a 100644 --- a/htdocs/gcc-7/porting_to.html +++ b/htdocs/gcc-7/porting_to.html @@ -2,6 +2,7 @@ + Porting to GCC 7 diff --git a/htdocs/gcc-8/buildstat.html b/htdocs/gcc-8/buildstat.html index 14e559fe..7d669c8d 100644 --- a/htdocs/gcc-8/buildstat.html +++ b/htdocs/gcc-8/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 8 diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html index e5bbbf7d..ddc7e824 100644 --- a/htdocs/gcc-8/changes.html +++ b/htdocs/gcc-8/changes.html @@ -1,6 +1,7 @@ + GCC 8 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-8/criteria.html b/htdocs/gcc-8/criteria.html index 89da01a1..6f0f8723 100644 --- a/htdocs/gcc-8/criteria.html +++ b/htdocs/gcc-8/criteria.html @@ -2,6 +2,7 @@ + GCC 8 Release Criteria diff --git a/htdocs/gcc-8/index.html b/htdocs/gcc-8/index.html index 54bb3809..e101d851 100644 --- a/htdocs/gcc-8/index.html +++ b/htdocs/gcc-8/index.html @@ -2,6 +2,7 @@ + GCC 8 Release Series diff --git a/htdocs/gcc-8/porting_to.html b/htdocs/gcc-8/porting_to.html index 3e77537f..9570a684 100644 --- a/htdocs/gcc-8/porting_to.html +++ b/htdocs/gcc-8/porting_to.html @@ -2,6 +2,7 @@ + Porting to GCC 8 diff --git a/htdocs/gcc-9/buildstat.html b/htdocs/gcc-9/buildstat.html index 6b52aeb9..8a7714b5 100644 --- a/htdocs/gcc-9/buildstat.html +++ b/htdocs/gcc-9/buildstat.html @@ -2,6 +2,7 @@ + Build status for GCC 9 diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html index 58f714ae..92661396 100644 --- a/htdocs/gcc-9/changes.html +++ b/htdocs/gcc-9/changes.html @@ -1,6 +1,7 @@ + GCC 9 Release Series — Changes, New Features, and Fixes diff --git a/htdocs/gcc-9/criteria.html b/htdocs/gcc-9/criteria.html index f476b37a..9c0fa1af 100644 --- a/htdocs/gcc-9/criteria.html +++ b/htdocs/gcc-9/criteria.html @@ -2,6 +2,7 @@ + GCC 9 Release Criteria diff --git a/htdocs/gcc-9/index.html b/htdocs/gcc-9/index.html index 73d32ff1..a9bcd448 100644 --- a/htdocs/gcc-9/index.html +++ b/htdocs/gcc-9/index.html @@ -2,6 +2,7 @@ + GCC 9 Release Series diff --git a/htdocs/gcc-9/porting_to.html b/htdocs/gcc-9/porting_to.html index 94ea15d1..a8fb5882 100644 --- a/htdocs/gcc-9/porting_to.html +++ b/htdocs/gcc-9/porting_to.html @@ -2,6 +2,7 @@ + Porting to GCC 9 diff --git a/htdocs/gcc.html b/htdocs/gcc.html index a9446587..89309e4e 100644 --- a/htdocs/gcc.html +++ b/htdocs/gcc.html @@ -1,6 +1,7 @@ + GCC, the GNU Compiler Collection diff --git a/htdocs/gccmission.html b/htdocs/gccmission.html index 8d4b5757..d7e5ce1d 100644 --- a/htdocs/gccmission.html +++ b/htdocs/gccmission.html @@ -2,6 +2,7 @@ + GCC Development Mission Statement (1999-04-22) diff --git a/htdocs/index.html b/htdocs/index.html index 8056882f..94ff53a7 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -2,6 +2,7 @@ + GCC, the GNU Compiler Collection diff --git a/htdocs/lists.html b/htdocs/lists.html index 76ca3faf..8ca456a7 100644 --- a/htdocs/lists.html +++ b/htdocs/lists.html @@ -2,6 +2,7 @@ + GCC mailing lists diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html index a11bd0ed..d8979b76 100644 --- a/htdocs/mirrors.html +++ b/htdocs/mirrors.html @@ -2,6 +2,7 @@ + GCC mirror sites diff --git a/htdocs/news.html b/htdocs/news.html index b0e3d9a3..9da7300d 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -2,6 +2,7 @@ + GCC news and announcements diff --git a/htdocs/news/alias.html b/htdocs/news/alias.html index f39e8cc3..c3df770a 100644 --- a/htdocs/news/alias.html +++ b/htdocs/news/alias.html @@ -2,6 +2,7 @@ + Alias Analysis diff --git a/htdocs/news/announcement.html b/htdocs/news/announcement.html index 02a5c1e1..42bafcc0 100644 --- a/htdocs/news/announcement.html +++ b/htdocs/news/announcement.html @@ -2,6 +2,7 @@ + The initial egcs project announcement diff --git a/htdocs/news/cfg.html b/htdocs/news/cfg.html index 3e23b3a5..03ea6d9a 100644 --- a/htdocs/news/cfg.html +++ b/htdocs/news/cfg.html @@ -2,6 +2,7 @@ + Control Flow Infrastructure diff --git a/htdocs/news/chill.html b/htdocs/news/chill.html index 8064341b..acc339bb 100644 --- a/htdocs/news/chill.html +++ b/htdocs/news/chill.html @@ -2,6 +2,7 @@ + Chill Front End diff --git a/htdocs/news/cprop.html b/htdocs/news/cprop.html index eca5a7da..3a9379eb 100644 --- a/htdocs/news/cprop.html +++ b/htdocs/news/cprop.html @@ -2,6 +2,7 @@ + Improved Global Constant/Copy Propagation diff --git a/htdocs/news/dependencies.html b/htdocs/news/dependencies.html index 65e72569..ddcdd344 100644 --- a/htdocs/news/dependencies.html +++ b/htdocs/news/dependencies.html @@ -2,6 +2,7 @@ + Dependency Generation Improvements diff --git a/htdocs/news/dfa.html b/htdocs/news/dfa.html index d64fc5c0..cf439241 100644 --- a/htdocs/news/dfa.html +++ b/htdocs/news/dfa.html @@ -2,6 +2,7 @@ + DFA Scheduler diff --git a/htdocs/news/dse.html b/htdocs/news/dse.html index 6b1a3967..e3afdca2 100644 --- a/htdocs/news/dse.html +++ b/htdocs/news/dse.html @@ -2,6 +2,7 @@ + Local Dead Store Elimination diff --git a/htdocs/news/egcs-vcg.html b/htdocs/news/egcs-vcg.html index e62e05f6..2653bda3 100644 --- a/htdocs/news/egcs-vcg.html +++ b/htdocs/news/egcs-vcg.html @@ -2,6 +2,7 @@ + Drawing Flow Graphs diff --git a/htdocs/news/gcse.html b/htdocs/news/gcse.html index 00a674de..2044d22a 100644 --- a/htdocs/news/gcse.html +++ b/htdocs/news/gcse.html @@ -2,6 +2,7 @@ + Global CSE/Partial Redundancy Elimination diff --git a/htdocs/news/hoist.html b/htdocs/news/hoist.html index 5d497f3a..4928b3bc 100644 --- a/htdocs/news/hoist.html +++ b/htdocs/news/hoist.html @@ -2,6 +2,7 @@ + Load/Store Hoisting diff --git a/htdocs/news/ia32.html b/htdocs/news/ia32.html index 77102731..6ed42f4d 100644 --- a/htdocs/news/ia32.html +++ b/htdocs/news/ia32.html @@ -2,6 +2,7 @@ + A New ia32 Backend diff --git a/htdocs/news/inlining.html b/htdocs/news/inlining.html index 5cf17ea4..91eece50 100644 --- a/htdocs/news/inlining.html +++ b/htdocs/news/inlining.html @@ -2,6 +2,7 @@ + Inlining Improvements diff --git a/htdocs/news/javaannounce.html b/htdocs/news/javaannounce.html index 2cce8f5d..df3dc3e0 100644 --- a/htdocs/news/javaannounce.html +++ b/htdocs/news/javaannounce.html @@ -2,6 +2,7 @@ + libgcj Announcement diff --git a/htdocs/news/lcm.html b/htdocs/news/lcm.html index f2e05ed0..446a3c52 100644 --- a/htdocs/news/lcm.html +++ b/htdocs/news/lcm.html @@ -2,6 +2,7 @@ + Lazy Code Motion Optimizer Framework diff --git a/htdocs/news/null.html b/htdocs/news/null.html index 762750eb..c0c3894f 100644 --- a/htdocs/news/null.html +++ b/htdocs/news/null.html @@ -2,6 +2,7 @@ + Global Null Pointer Test Elimination diff --git a/htdocs/news/profiledriven.html b/htdocs/news/profiledriven.html index 1536005a..ab08a0e0 100644 --- a/htdocs/news/profiledriven.html +++ b/htdocs/news/profiledriven.html @@ -2,6 +2,7 @@ + Infrastructure for Profile Driven Optimizations diff --git a/htdocs/news/reorder.html b/htdocs/news/reorder.html index 78f9429b..8674cc76 100644 --- a/htdocs/news/reorder.html +++ b/htdocs/news/reorder.html @@ -2,6 +2,7 @@ + Basic Block Reordering diff --git a/htdocs/news/server.html b/htdocs/news/server.html index 8351d14d..031e96fd 100644 --- a/htdocs/news/server.html +++ b/htdocs/news/server.html @@ -2,6 +2,7 @@ + GCC Network/Server Upgrades diff --git a/htdocs/news/sms.html b/htdocs/news/sms.html index 50265da4..e0ecf512 100644 --- a/htdocs/news/sms.html +++ b/htdocs/news/sms.html @@ -2,6 +2,7 @@ + SMS - Swing Modulo Scheduling in GCC diff --git a/htdocs/news/sparc.html b/htdocs/news/sparc.html index c4198472..fcfb8cfa 100644 --- a/htdocs/news/sparc.html +++ b/htdocs/news/sparc.html @@ -2,6 +2,7 @@ + SPARC Backend Rewrite diff --git a/htdocs/news/spill.html b/htdocs/news/spill.html index eb9b205e..7f8992f9 100644 --- a/htdocs/news/spill.html +++ b/htdocs/news/spill.html @@ -2,6 +2,7 @@ + Localized Register Spilling diff --git a/htdocs/news/ssa-ccp.html b/htdocs/news/ssa-ccp.html index 03167a4f..a82c67bb 100644 --- a/htdocs/news/ssa-ccp.html +++ b/htdocs/news/ssa-ccp.html @@ -2,6 +2,7 @@ + Sparse Conditional Constant Propagation diff --git a/htdocs/news/ssa.html b/htdocs/news/ssa.html index 41aa61ef..9f352d84 100644 --- a/htdocs/news/ssa.html +++ b/htdocs/news/ssa.html @@ -2,6 +2,7 @@ + Static Single Assignment diff --git a/htdocs/news/unify.html b/htdocs/news/unify.html index 2bfcd073..a6ed0200 100644 --- a/htdocs/news/unify.html +++ b/htdocs/news/unify.html @@ -2,6 +2,7 @@ + Global Code Hoisting/Unification diff --git a/htdocs/onlinedocs/4.6.0/index.html b/htdocs/onlinedocs/4.6.0/index.html index 83db28be..9393c6d1 100644 --- a/htdocs/onlinedocs/4.6.0/index.html +++ b/htdocs/onlinedocs/4.6.0/index.html @@ -2,6 +2,7 @@ + GCC 4.6.0 manuals diff --git a/htdocs/onlinedocs/4.6.1/index.html b/htdocs/onlinedocs/4.6.1/index.html index 486884ea..bbe9d011 100644 --- a/htdocs/onlinedocs/4.6.1/index.html +++ b/htdocs/onlinedocs/4.6.1/index.html @@ -2,6 +2,7 @@ + GCC 4.6.1 manuals diff --git a/htdocs/onlinedocs/4.6.2/index.html b/htdocs/onlinedocs/4.6.2/index.html index a440f34d..a7bc968e 100644 --- a/htdocs/onlinedocs/4.6.2/index.html +++ b/htdocs/onlinedocs/4.6.2/index.html @@ -2,6 +2,7 @@ + GCC 4.6.2 manuals diff --git a/htdocs/onlinedocs/4.6.3/index.html b/htdocs/onlinedocs/4.6.3/index.html index 5a034cd0..41e7facd 100644 --- a/htdocs/onlinedocs/4.6.3/index.html +++ b/htdocs/onlinedocs/4.6.3/index.html @@ -2,6 +2,7 @@ + GCC 4.6.3 manuals diff --git a/htdocs/onlinedocs/4.6.4/index.html b/htdocs/onlinedocs/4.6.4/index.html index ff288671..24d509da 100644 --- a/htdocs/onlinedocs/4.6.4/index.html +++ b/htdocs/onlinedocs/4.6.4/index.html @@ -2,6 +2,7 @@ + GCC 4.6.4 manuals diff --git a/htdocs/onlinedocs/4.7.0/index.html b/htdocs/onlinedocs/4.7.0/index.html index d825d2c8..8d4d91a9 100644 --- a/htdocs/onlinedocs/4.7.0/index.html +++ b/htdocs/onlinedocs/4.7.0/index.html @@ -2,6 +2,7 @@ + GCC 4.7.0 manuals diff --git a/htdocs/onlinedocs/4.7.1/index.html b/htdocs/onlinedocs/4.7.1/index.html index aead4594..055b54da 100644 --- a/htdocs/onlinedocs/4.7.1/index.html +++ b/htdocs/onlinedocs/4.7.1/index.html @@ -2,6 +2,7 @@ + GCC 4.7.1 manuals diff --git a/htdocs/onlinedocs/4.7.2/index.html b/htdocs/onlinedocs/4.7.2/index.html index 2aef6427..e14c6436 100644 --- a/htdocs/onlinedocs/4.7.2/index.html +++ b/htdocs/onlinedocs/4.7.2/index.html @@ -2,6 +2,7 @@ + GCC 4.7.2 manuals diff --git a/htdocs/onlinedocs/4.7.3/index.html b/htdocs/onlinedocs/4.7.3/index.html index efba73ff..36ebf070 100644 --- a/htdocs/onlinedocs/4.7.3/index.html +++ b/htdocs/onlinedocs/4.7.3/index.html @@ -2,6 +2,7 @@ + GCC 4.7.3 manuals diff --git a/htdocs/onlinedocs/4.7.4/index.html b/htdocs/onlinedocs/4.7.4/index.html index 5d998991..687c3e1c 100644 --- a/htdocs/onlinedocs/4.7.4/index.html +++ b/htdocs/onlinedocs/4.7.4/index.html @@ -2,6 +2,7 @@ + GCC 4.7.4 manuals diff --git a/htdocs/onlinedocs/4.8.0/index.html b/htdocs/onlinedocs/4.8.0/index.html index da98e0ae..f9e49f1c 100644 --- a/htdocs/onlinedocs/4.8.0/index.html +++ b/htdocs/onlinedocs/4.8.0/index.html @@ -2,6 +2,7 @@ + GCC 4.8.0 manuals diff --git a/htdocs/onlinedocs/4.8.1/index.html b/htdocs/onlinedocs/4.8.1/index.html index 0fee50dc..40c3b0f3 100644 --- a/htdocs/onlinedocs/4.8.1/index.html +++ b/htdocs/onlinedocs/4.8.1/index.html @@ -2,6 +2,7 @@ + GCC 4.8.1 manuals diff --git a/htdocs/onlinedocs/4.8.2/index.html b/htdocs/onlinedocs/4.8.2/index.html index 3a126d03..ee238533 100644 --- a/htdocs/onlinedocs/4.8.2/index.html +++ b/htdocs/onlinedocs/4.8.2/index.html @@ -2,6 +2,7 @@ + GCC 4.8.2 manuals diff --git a/htdocs/onlinedocs/4.8.3/index.html b/htdocs/onlinedocs/4.8.3/index.html index eefea970..bdc5504a 100644 --- a/htdocs/onlinedocs/4.8.3/index.html +++ b/htdocs/onlinedocs/4.8.3/index.html @@ -2,6 +2,7 @@ + GCC 4.8.3 manuals diff --git a/htdocs/onlinedocs/4.8.4/index.html b/htdocs/onlinedocs/4.8.4/index.html index fbb2a81d..8e139750 100644 --- a/htdocs/onlinedocs/4.8.4/index.html +++ b/htdocs/onlinedocs/4.8.4/index.html @@ -2,6 +2,7 @@ + GCC 4.8.4 manuals diff --git a/htdocs/onlinedocs/4.8.5/index.html b/htdocs/onlinedocs/4.8.5/index.html index 77d69590..2201d478 100644 --- a/htdocs/onlinedocs/4.8.5/index.html +++ b/htdocs/onlinedocs/4.8.5/index.html @@ -2,6 +2,7 @@ + GCC 4.8.5 manuals diff --git a/htdocs/onlinedocs/4.9.0/index.html b/htdocs/onlinedocs/4.9.0/index.html index 1c398944..54caddda 100644 --- a/htdocs/onlinedocs/4.9.0/index.html +++ b/htdocs/onlinedocs/4.9.0/index.html @@ -2,6 +2,7 @@ + GCC 4.9.0 manuals diff --git a/htdocs/onlinedocs/4.9.1/index.html b/htdocs/onlinedocs/4.9.1/index.html index a56ffc9f..8646d474 100644 --- a/htdocs/onlinedocs/4.9.1/index.html +++ b/htdocs/onlinedocs/4.9.1/index.html @@ -2,6 +2,7 @@ + GCC 4.9.1 manuals diff --git a/htdocs/onlinedocs/4.9.2/index.html b/htdocs/onlinedocs/4.9.2/index.html index d9df2aa8..e9ed8560 100644 --- a/htdocs/onlinedocs/4.9.2/index.html +++ b/htdocs/onlinedocs/4.9.2/index.html @@ -2,6 +2,7 @@ + GCC 4.9.2 manuals diff --git a/htdocs/onlinedocs/4.9.3/index.html b/htdocs/onlinedocs/4.9.3/index.html index d0dfd1c2..d027b97c 100644 --- a/htdocs/onlinedocs/4.9.3/index.html +++ b/htdocs/onlinedocs/4.9.3/index.html @@ -2,6 +2,7 @@ + GCC 4.9.3 manuals diff --git a/htdocs/onlinedocs/4.9.4/index.html b/htdocs/onlinedocs/4.9.4/index.html index bb831237..95ad43d3 100644 --- a/htdocs/onlinedocs/4.9.4/index.html +++ b/htdocs/onlinedocs/4.9.4/index.html @@ -2,6 +2,7 @@ + GCC 4.9.4 manuals diff --git a/htdocs/onlinedocs/5.1.0/index.html b/htdocs/onlinedocs/5.1.0/index.html index 6d57171f..b6ff8a20 100644 --- a/htdocs/onlinedocs/5.1.0/index.html +++ b/htdocs/onlinedocs/5.1.0/index.html @@ -2,6 +2,7 @@ + GCC 5.1 manuals diff --git a/htdocs/onlinedocs/5.2.0/index.html b/htdocs/onlinedocs/5.2.0/index.html index a3d20d26..d4bcfb95 100644 --- a/htdocs/onlinedocs/5.2.0/index.html +++ b/htdocs/onlinedocs/5.2.0/index.html @@ -2,6 +2,7 @@ + GCC 5.2 manuals diff --git a/htdocs/onlinedocs/5.3.0/index.html b/htdocs/onlinedocs/5.3.0/index.html index 1e4cc7cd..00629fbb 100644 --- a/htdocs/onlinedocs/5.3.0/index.html +++ b/htdocs/onlinedocs/5.3.0/index.html @@ -2,6 +2,7 @@ + GCC 5.3 manuals diff --git a/htdocs/onlinedocs/5.4.0/index.html b/htdocs/onlinedocs/5.4.0/index.html index a2a92255..d8fd91b6 100644 --- a/htdocs/onlinedocs/5.4.0/index.html +++ b/htdocs/onlinedocs/5.4.0/index.html @@ -2,6 +2,7 @@ + GCC 5.4 manuals diff --git a/htdocs/onlinedocs/5.5.0/index.html b/htdocs/onlinedocs/5.5.0/index.html index 3d4d8165..50e3d9e8 100644 --- a/htdocs/onlinedocs/5.5.0/index.html +++ b/htdocs/onlinedocs/5.5.0/index.html @@ -2,6 +2,7 @@ + GCC 5.5 manuals diff --git a/htdocs/onlinedocs/6.1.0/index.html b/htdocs/onlinedocs/6.1.0/index.html index fc03ea70..06a0b392 100644 --- a/htdocs/onlinedocs/6.1.0/index.html +++ b/htdocs/onlinedocs/6.1.0/index.html @@ -2,6 +2,7 @@ + GCC 6.1 manuals diff --git a/htdocs/onlinedocs/6.2.0/index.html b/htdocs/onlinedocs/6.2.0/index.html index 3fe95d24..763974df 100644 --- a/htdocs/onlinedocs/6.2.0/index.html +++ b/htdocs/onlinedocs/6.2.0/index.html @@ -2,6 +2,7 @@ + GCC 6.2 manuals diff --git a/htdocs/onlinedocs/6.3.0/index.html b/htdocs/onlinedocs/6.3.0/index.html index 886d42d6..d6018895 100644 --- a/htdocs/onlinedocs/6.3.0/index.html +++ b/htdocs/onlinedocs/6.3.0/index.html @@ -2,6 +2,7 @@ + GCC 6.3 manuals diff --git a/htdocs/onlinedocs/6.4.0/index.html b/htdocs/onlinedocs/6.4.0/index.html index 4a200536..15f4a62c 100644 --- a/htdocs/onlinedocs/6.4.0/index.html +++ b/htdocs/onlinedocs/6.4.0/index.html @@ -2,6 +2,7 @@ + GCC 6.4 manuals diff --git a/htdocs/onlinedocs/6.5.0/index.html b/htdocs/onlinedocs/6.5.0/index.html index 74e5f55e..c6d2adc2 100644 --- a/htdocs/onlinedocs/6.5.0/index.html +++ b/htdocs/onlinedocs/6.5.0/index.html @@ -2,6 +2,7 @@ + GCC 6.5 manuals diff --git a/htdocs/onlinedocs/7.1.0/index.html b/htdocs/onlinedocs/7.1.0/index.html index 5e8a1c11..1715a9ba 100644 --- a/htdocs/onlinedocs/7.1.0/index.html +++ b/htdocs/onlinedocs/7.1.0/index.html @@ -2,6 +2,7 @@ + GCC 7.1 manuals diff --git a/htdocs/onlinedocs/7.2.0/index.html b/htdocs/onlinedocs/7.2.0/index.html index 2044c4eb..fc977761 100644 --- a/htdocs/onlinedocs/7.2.0/index.html +++ b/htdocs/onlinedocs/7.2.0/index.html @@ -2,6 +2,7 @@ + GCC 7.2 manuals diff --git a/htdocs/onlinedocs/7.3.0/index.html b/htdocs/onlinedocs/7.3.0/index.html index fb6c7fd3..c2b9ff7b 100644 --- a/htdocs/onlinedocs/7.3.0/index.html +++ b/htdocs/onlinedocs/7.3.0/index.html @@ -2,6 +2,7 @@ + GCC 7.3 manuals diff --git a/htdocs/onlinedocs/7.4.0/index.html b/htdocs/onlinedocs/7.4.0/index.html index 90e6e5fc..b13f1d4e 100644 --- a/htdocs/onlinedocs/7.4.0/index.html +++ b/htdocs/onlinedocs/7.4.0/index.html @@ -2,6 +2,7 @@ + GCC 7.4 manuals diff --git a/htdocs/onlinedocs/7.5.0/index.html b/htdocs/onlinedocs/7.5.0/index.html index a529816a..903e6fc5 100644 --- a/htdocs/onlinedocs/7.5.0/index.html +++ b/htdocs/onlinedocs/7.5.0/index.html @@ -2,6 +2,7 @@ + GCC 7.5 manuals diff --git a/htdocs/onlinedocs/8.1.0/index.html b/htdocs/onlinedocs/8.1.0/index.html index e27f359f..5295a6f3 100644 --- a/htdocs/onlinedocs/8.1.0/index.html +++ b/htdocs/onlinedocs/8.1.0/index.html @@ -2,6 +2,7 @@ + GCC 8.1 manuals diff --git a/htdocs/onlinedocs/8.2.0/index.html b/htdocs/onlinedocs/8.2.0/index.html index fe153b90..6af8a250 100644 --- a/htdocs/onlinedocs/8.2.0/index.html +++ b/htdocs/onlinedocs/8.2.0/index.html @@ -2,6 +2,7 @@ + GCC 8.2 manuals diff --git a/htdocs/onlinedocs/8.3.0/index.html b/htdocs/onlinedocs/8.3.0/index.html index fccb3d3d..26c90187 100644 --- a/htdocs/onlinedocs/8.3.0/index.html +++ b/htdocs/onlinedocs/8.3.0/index.html @@ -2,6 +2,7 @@ + GCC 8.3 manuals diff --git a/htdocs/onlinedocs/9.1.0/index.html b/htdocs/onlinedocs/9.1.0/index.html index 83a814d6..6a9a3fe5 100644 --- a/htdocs/onlinedocs/9.1.0/index.html +++ b/htdocs/onlinedocs/9.1.0/index.html @@ -2,6 +2,7 @@ + GCC 9.1 manuals diff --git a/htdocs/onlinedocs/9.2.0/index.html b/htdocs/onlinedocs/9.2.0/index.html index 4cba63ed..09abe3e8 100644 --- a/htdocs/onlinedocs/9.2.0/index.html +++ b/htdocs/onlinedocs/9.2.0/index.html @@ -2,6 +2,7 @@ + GCC 9.2 manuals diff --git a/htdocs/onlinedocs/index.html b/htdocs/onlinedocs/index.html index 611abc7a..5b891f48 100644 --- a/htdocs/onlinedocs/index.html +++ b/htdocs/onlinedocs/index.html @@ -2,6 +2,7 @@ + GCC online documentation diff --git a/htdocs/projects/ast-optimizer.html b/htdocs/projects/ast-optimizer.html index 08527a77..ff8b5bdf 100644 --- a/htdocs/projects/ast-optimizer.html +++ b/htdocs/projects/ast-optimizer.html @@ -1,6 +1,7 @@ + Abstract Syntax Tree Optimizations diff --git a/htdocs/projects/beginner.html b/htdocs/projects/beginner.html index 906c8e24..c4b7214c 100644 --- a/htdocs/projects/beginner.html +++ b/htdocs/projects/beginner.html @@ -2,6 +2,7 @@ + Simple GCC projects diff --git a/htdocs/projects/bp/main.html b/htdocs/projects/bp/main.html index 337de7cb..98d69f61 100644 --- a/htdocs/projects/bp/main.html +++ b/htdocs/projects/bp/main.html @@ -2,6 +2,7 @@ + Bounds Checking in C & C++ using Bounded Pointers diff --git a/htdocs/projects/c-frontend.html b/htdocs/projects/c-frontend.html index a9feade2..2414d751 100644 --- a/htdocs/projects/c-frontend.html +++ b/htdocs/projects/c-frontend.html @@ -2,6 +2,7 @@ + Projects for the C front end diff --git a/htdocs/projects/cfg.html b/htdocs/projects/cfg.html index 14e21848..dac75c68 100644 --- a/htdocs/projects/cfg.html +++ b/htdocs/projects/cfg.html @@ -2,6 +2,7 @@ + Improving GCC's Infrastructure (Central Flow Graph) diff --git a/htdocs/projects/cfo.html b/htdocs/projects/cfo.html index 3cda7112..7bf2b4fb 100644 --- a/htdocs/projects/cfo.html +++ b/htdocs/projects/cfo.html @@ -1,6 +1,7 @@ + Code Factoring Optimizations diff --git a/htdocs/projects/cli.html b/htdocs/projects/cli.html index 9e16713d..fcbcbaed 100644 --- a/htdocs/projects/cli.html +++ b/htdocs/projects/cli.html @@ -1,6 +1,7 @@ + CLI Back-End and Front-End diff --git a/htdocs/projects/cpplib.html b/htdocs/projects/cpplib.html index acf28291..a005b400 100644 --- a/htdocs/projects/cpplib.html +++ b/htdocs/projects/cpplib.html @@ -2,6 +2,7 @@ + cpplib TODO diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html index 3775cab4..1b2cb505 100644 --- a/htdocs/projects/cxx-dr-status.html +++ b/htdocs/projects/cxx-dr-status.html @@ -1,6 +1,7 @@ + C++ Defect Report Support in GCC diff --git a/htdocs/projects/cxx-reflection/index.html b/htdocs/projects/cxx-reflection/index.html index d017b36f..2f5dd953 100644 --- a/htdocs/projects/cxx-reflection/index.html +++ b/htdocs/projects/cxx-reflection/index.html @@ -1,6 +1,7 @@ + Compile Time Reflection and Template Meta-Programming in C++ diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 7fda14cb..c6ff78e1 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -1,6 +1,7 @@ + C++ Standards Support in GCC diff --git a/htdocs/projects/cxx0x.html b/htdocs/projects/cxx0x.html index ef41d645..43cd7c87 100644 --- a/htdocs/projects/cxx0x.html +++ b/htdocs/projects/cxx0x.html @@ -2,6 +2,7 @@ +