From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26670 invoked by alias); 28 Nov 2019 18:05:31 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 26611 invoked by uid 9022); 28 Nov 2019 18:05:31 -0000 Date: Thu, 28 Nov 2019 18:05:00 -0000 Message-ID: <20191128180531.26608.qmail@sourceware.org> From: gerald@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 34bfcf1947c44e458af1b7ba201f25071c4d80a5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f1a4881e5e1886035bab30c57fe16485f5b76dc8 X-Git-Newrev: 34bfcf1947c44e458af1b7ba201f25071c4d80a5 X-SW-Source: 2019/txt/msg00303.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 34bfcf1947c44e458af1b7ba201f25071c4d80a5 (commit) from f1a4881e5e1886035bab30c57fe16485f5b76dc8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- 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 a67e358..011f7ab 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 c4b916d..a392d5e 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 e80d7c3..e201637 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 afb6c9d..555d290 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 2b68450..f8a3ddf 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 541a8b1..5eb6e73 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 36fac84..66d9138 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 92ee273..18fee99 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 22df7de..6197169 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 de2cdb6..d9c9206 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 a5769d2..66543dc 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 693a6ce..f593d5c 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 aa651f4..009ea35 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 b5d80f9..b2b1fed 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 d43f28f..03a7706 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 2facc09..a2618b6 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 80ebb26..381aa02 100644 --- a/htdocs/contribute.html +++ b/htdocs/contribute.html @@ -1,6 +1,7 @@ + diff --git a/htdocs/contributewhy.html b/htdocs/contributewhy.html index 0253d2a..ce8d20f 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 04cf4c3..570fe4a 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 1e7f0a2..6677714 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 26b88d5..8c7b174 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 4b94095..a93d5e3 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 ae062f3..5d7f32e 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 1b86bce..42f3fae 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 2898440..91567be 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 8d9b41f..64b4865 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 30992c1..963ffe4 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 0b1cdf9..9d4b970 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 3992cb6..c4cbf14 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 59d3952..44323df 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 17816bb..eadabea 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 b5b6bfa..33cc8d5 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 372c5c4..144ad3a 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 2035f4b..ccf3e94 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 37df6b2..76a89e1 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 dc51d3a..002a1f9 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 2750582..21341e5 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 bfba962..42012dd 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 6b437fb..2d996cb 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 7eab5d4..de55081 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 1ff4155..3a50c74 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 de5ff5d..7ba3250 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 622e608..1823fba 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 f517f77..11cb8ba 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 e498d63..adef266 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 f9d98b7..3f28fc8 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 11426e6..1e8621a 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 86c84dd..19f039c 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 b39e27b..3c46116 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 100719f..f08198f 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 f23fa88..695ce52 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 042b3bf..08b5c17 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 e543836..0c50b68 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 7addb3e..6fe851f 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 7eefcc5..839792a 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 c2fdf60..e405624 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 bee9583..8ed40cb 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 342f095..fdf8da0 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 99c0fe1..5b38c5c 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 fc7bdae..2629604 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 54b47e6..29d947b 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 c54bc46..9a22be5 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 fdf33b5..e83ffd9 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 3534355..bd0714a 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 db8fb4d..4125287 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 32874d5..0ce9dcc 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 c1ec112..488c1fd 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 3c9a09f..3a62097 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 0d5badb..cf6ac1d 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 2548546..447414a 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 c31097f..a7b0ec8 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 2ed5bcc..1dafd8f 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 bc0fd8a..52364c5 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 8d72aea..0bca8e5 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 14377d9..45212e7 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 33adb8e..d03a89f 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 7428e65..585b234 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 c29cf68..1fd5cab 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 fe77c18..35e78e8 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 c116779..1fe81f0 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 ff7b4c9..3ce801f 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 10e6a50..df28048 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 4cd5679..711d572 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 4c5cfc1..97907c3 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 61cf36a..b9f4e32 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 2709860..c0de4ef 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 190f501..a7dce2c 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 ea977ae..07c76df 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 0afe225..c7f71a7 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 cff2792..1a8d4a7 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 272d7d7..2beacb5 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 d9a22aa..30e3479 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 53ecf2d..44774f7 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 69ea28d..9a8ea41 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 1f6065d..e495f7a 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 1b59df8..7e02a8d 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 704b048..52585ed 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 3a14507..2a2b33d 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 9e25878..14fb2b7 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 4ec8ae9..5777519 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 2bf8be0..ec6bccf 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 20ef982..dbe73eb 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 8784b72..42e2183 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 e3ea01c..327fcb3 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 ce0702c..0f9df19 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 d610009..b553e5c 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 0294a78..f68600e 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 99f2635..c141a4d 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 577a96f..11e57b1 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 8cf3c57..44b7d7d 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 b2f9c1a..e41b552 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 223849b..6c67fd1 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 0d0aec8..4b5a706 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 047e732..7300b8b 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 e5f79c8..789d56e 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 1e5b114..0b70fd0 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 f06bbf4..054b41b 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 747d966..4a14818 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 df8f91a..5103e5e 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 051b7c6..8cb0fe8 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 fdaa56b..74c057d 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 59e52a1..a746874 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 328cc68..51d31ec 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 c4d6a1d..28056cb 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 b22c26d..83f7da6 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 18fa764..ae68501 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 5c89128..849ecb9 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 6507246..fda4540 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 ed8772b..356898f 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 f770756..9bbb102 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 a12ef45..342a996 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 0b9c009..e03dd7c 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 73697bd..b6a7e14 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 c5d6ae7..63c6829 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 fe3086a..92c0d98 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 ccb1fa2..536ab6c 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 6666aaa..d914170 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 51e103b..f2ba977 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 24fa1ae..7d629e7 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 d138afd..f264cf2 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 0803e3f..3713a39 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 df70979..1c2ddb2 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 7e83a3f..3669294 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 a32ef1b..3cf959c 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 812b73c..31408a3 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 3a14c5c..0afeb0a 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 21c6a46..b7371f3 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 3d074f5..adb8707 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 4681ba8..aceec29 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 14e559f..7d669c8 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 e5bbbf7..ddc7e82 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 89da01a..6f0f872 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 54bb380..e101d85 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 3e77537..9570a68 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 6b52aeb..8a7714b 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 58f714a..9266139 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 f476b37..9c0fa1a 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 73d32ff..a9bcd44 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 94ea15d..a8fb588 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 a944658..89309e4 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 8d4b575..d7e5ce1 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 8056882..94ff53a 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 76ca3fa..8ca456a 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 a11bd0e..d8979b7 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 b0e3d9a..9da7300 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 f39e8cc..c3df770 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 02a5c1e..42bafcc 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 3e23b3a..03ea6d9 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 8064341..acc339b 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 eca5a7d..3a9379e 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 65e7256..ddcdd34 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 d64fc5c..cf43924 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 6b1a396..e3afdca 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 e62e05f..2653bda 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 00a674d..2044d22 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 5d497f3..4928b3b 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 7710273..6ed42f4 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 5cf17ea..91eece5 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 2cce8f5..df3dc3e 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 f2e05ed..446a3c5 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 762750e..c0c3894 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 1536005..ab08a0e 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 78f9429..8674cc7 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 8351d14..031e96f 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 50265da..e0ecf51 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 c419847..fcfb8cf 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 eb9b205..7f8992f 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 03167a4..a82c67b 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 41aa61e..9f352d8 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 2bfcd07..a6ed020 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 83db28b..9393c6d 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 486884e..bbe9d01 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 a440f34..a7bc968 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 5a034cd..41e7fac 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 ff28867..24d509d 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 d825d2c..8d4d91a 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 aead459..055b54d 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 2aef642..e14c643 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 efba73f..36ebf07 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 5d99899..687c3e1 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 da98e0a..f9e49f1 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 0fee50d..40c3b0f 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 3a126d0..ee23853 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 eefea97..bdc5504 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 fbb2a81..8e13975 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 77d6959..2201d47 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 1c39894..54caddd 100644 --- a/htdocs/onlinedocs/4.9.0/index.html +++ b/htdocs/onlinedocs/4.9.0/index.html @@ -2,6 +2,7 @@ + ... 1190 lines suppressed ... hooks/post-receive -- gcc-wwwdocs