From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 02F8F3858D39; Mon, 10 Jun 2024 14:40:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 02F8F3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1718030407; bh=pR8u4RJVLkiVr49GmJEn3km7TGAYF01d0C9Ap8O/pIM=; h=To:Subject:Date:From:From; b=HujkmEklm83T01Ofg+d/PbVijnGQre0uRSidNll1Jtj3fWvEzmQFg6O2BaDQbZQWB Ny0LYpGVjvI0Ya+JfTtg0w2pC78PrbvXfV9gorQn2T+M8DfRUJiYtQvxaqGCci3vQ3 lmO/JnFeK0KClm5D63lDIp6Z1YLgd38FXsx28dvY= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 3f37542935165c3dc74f41d4c11c3621f8386b59 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d7b2e0b7bec081de6b532ef41d6ea6ee49807698 X-Git-Newrev: 3f37542935165c3dc74f41d4c11c3621f8386b59 Message-Id: <20240610144007.02F8F3858D39@sourceware.org> Date: Mon, 10 Jun 2024 14:40:06 +0000 (GMT) From: Gerald Pfeifer List-Id: 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 3f37542935165c3dc74f41d4c11c3621f8386b59 (commit) from d7b2e0b7bec081de6b532ef41d6ea6ee49807698 (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 3f37542935165c3dc74f41d4c11c3621f8386b59 Author: Jonathan Grant Date: Sat Jun 8 21:26:04 2024 +0200 *: Correct spelling diff --git a/htdocs/bugs/management.html b/htdocs/bugs/management.html index 28dfa76a..b2bb740e 100644 --- a/htdocs/bugs/management.html +++ b/htdocs/bugs/management.html @@ -64,7 +64,7 @@ perspective, these are the relevant ones and what their values mean:

The status and resolution fields define and track the life cycle of a bug. In addition to their regular -descriptions, we also use two adition status values: +descriptions, we also use two additional status values:
diff --git a/htdocs/codingrationale.html b/htdocs/codingrationale.html index 6cc76885..c51c9da4 100644 --- a/htdocs/codingrationale.html +++ b/htdocs/codingrationale.html @@ -155,7 +155,7 @@ Wide use of implicit conversion can cause some very surprising results.

C++03 has no explicit conversion operators, -and hence using them cannot avoid suprises. +and hence using them cannot avoid surprises. Wait for C++11.

diff --git a/htdocs/contribute.html b/htdocs/contribute.html index e8137edc..7d85d885 100644 --- a/htdocs/contribute.html +++ b/htdocs/contribute.html @@ -300,7 +300,7 @@ followed by a colon. For example,

Some large components may be subdivided into sub-components. If -the subcomponent name is not disctinct in its own right, you can use the +the subcomponent name is not distinct in its own right, you can use the form component/sub-component:.

Series identifier

@@ -330,7 +330,7 @@ the commit message so that Bugzilla will correctly notice the commit. If your patch relates to two bugs, then write [PRnnnnn, PRmmmmm]. For multiple bugs, just cite the most relevant one in the summary and use an -elipsis instead of the second, or subsequent PR numbers; list all the +ellipsis instead of the second, or subsequent PR numbers; list all the related PRs in the body of the commit message in the normal way.

It is not necessary to cite bugs that are closed as duplicates of @@ -355,7 +355,7 @@ together.

If you submit a new version of a patch series, then you should start a new email thread (don't reply to the original patch series). This avoids email threads becoming confused between discussions of the -first and subsequent revisions of the patch set. Your cover leter +first and subsequent revisions of the patch set. Your cover letter (0/nnn) should explain clearly what has been changed between the two patch series. Also state if some of the patches are unchanged between revisions; this saves maintainers having to re-review the diff --git a/htdocs/gccmission.html b/htdocs/gccmission.html index 58a12755..1124fe9f 100644 --- a/htdocs/gccmission.html +++ b/htdocs/gccmission.html @@ -55,7 +55,7 @@ GCC.

  • Patches will be considered equally based on their technical merits.
  • All individuals and companies are welcome to contribute - as long as they accept the groundrules.
  • + as long as they accept the ground rules.
  • Open mailing lists.
  • Developer friendly tools and procedures (i.e. [version control], multiple diff --git a/htdocs/projects/cfg.html b/htdocs/projects/cfg.html index b1ee1f34..b695766e 100644 --- a/htdocs/projects/cfg.html +++ b/htdocs/projects/cfg.html @@ -83,7 +83,7 @@ to peel more than one iteration.

    The current loop optimizer uses information passed by the front end to discover loop constructs to simplify flow analysis. -It is difficult to keep the information up-to-date and nowday +It is difficult to keep the information up-to-date and nowadays it is easy to implement the loop discovery code on CFG.

    diff --git a/htdocs/projects/cli.html b/htdocs/projects/cli.html index 47ddb362..4f0baa0b 100644 --- a/htdocs/projects/cli.html +++ b/htdocs/projects/cli.html @@ -152,7 +152,7 @@ front end and the CLI binutils (both Mono based and DotGnu based) .

    The CLI back end

    -Unlike a typical GCC back end, the CLI backnend stops the compilation flow +Unlike a typical GCC back end, the CLI backend stops the compilation flow at the end of the middle-end passes and, without going through any RTL pass, it emits CIL bytecode from GIMPLE representation. As a matter of fact, RTL is not a convenient representation to emit diff --git a/htdocs/projects/cxx-reflection/index.html b/htdocs/projects/cxx-reflection/index.html index 2aefd708..709e012f 100644 --- a/htdocs/projects/cxx-reflection/index.html +++ b/htdocs/projects/cxx-reflection/index.html @@ -53,7 +53,7 @@ complete, you should:

    Patches that break default bootstraps will be removed (if a fix is not immediately obvious).

    -

    When submitting patches that implement new fonctionalities, please +

    When submitting patches that implement new functionalities, please include a reference to the paper and/or book where you are getting the complete syntactic and semantic specifications from. If it's your own research work, include a Technical Report, Thesis or Paper reference diff --git a/htdocs/projects/optimize.html b/htdocs/projects/optimize.html index 26262637..6354c726 100644 --- a/htdocs/projects/optimize.html +++ b/htdocs/projects/optimize.html @@ -220,7 +220,7 @@ implemented by processor specific instructions. These transformations are better performed in GCC, both to reduce the overhead of macro expansion and to take advantage of the functions attributes, for example to avoid a second call to a pure function altogether. The -use of these macros tend to cause huge blowup in the size of preprocessed +use of these macros tend to cause huge increase in the size of preprocessed source if nested; for example, each nested call to strcpy expands the source 20-fold, with four nested calls having an expansion ten megabytes in size. GCC then consumes a huge amount of memory @@ -290,8 +290,8 @@ target.

    Note: If an issue listed in a target specific issues -page, but it clearly is a target indepentent issue, please move it to -a page discussing target indepentent issues

    +page, but it clearly is a target independent issue, please move it to +a page discussing target independent issues

    diff --git a/htdocs/projects/tree-profiling.html b/htdocs/projects/tree-profiling.html index 4aecc34c..31553061 100644 --- a/htdocs/projects/tree-profiling.html +++ b/htdocs/projects/tree-profiling.html @@ -7,7 +7,7 @@ -

    Improving GCC's Interprocedural Optimizaion Infrastructure

    +

    Improving GCC's Interprocedural Optimization Infrastructure

    This page describes ongoing work to improve GCC's infrastructure for tree-based interprocedural optimizers. The work is done on a diff --git a/htdocs/testing/index.html b/htdocs/testing/index.html index bf031c22..5e7bc4cf 100644 --- a/htdocs/testing/index.html +++ b/htdocs/testing/index.html @@ -38,7 +38,7 @@ the testsuite directories.

    gcc-testresults mailing list.
  • -
  • Jan-Benedict Glaw is runing a +
  • Jan-Benedict Glaw is running a build robot that tries to build various cross-targets (stage1 only) on some machines.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/bugs/management.html | 2 +- htdocs/codingrationale.html | 2 +- htdocs/contribute.html | 6 +++--- htdocs/gccmission.html | 2 +- htdocs/projects/cfg.html | 2 +- htdocs/projects/cli.html | 2 +- htdocs/projects/cxx-reflection/index.html | 2 +- htdocs/projects/optimize.html | 6 +++--- htdocs/projects/tree-profiling.html | 2 +- htdocs/testing/index.html | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) hooks/post-receive -- gcc-wwwdocs