From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 589DC383FBB8; Thu, 20 Oct 2022 21:52:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 589DC383FBB8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666302754; bh=LVQa/Xtr7F3OUU3h0q0cMObu/AjImfIn6pyJBqtdVBs=; h=To:Subject:Date:From:From; b=BGfDYEkOvuCLUEF4Ja14wQ+1kpqe/KYsTZprJ/NmUaQXaWwBOzcPX208jqRDxNOyM q/31GXcSm/neUqLdDc+pgNORNLHfnnQTCMXjuErdZXo/QoTF15u2rNp+46vGqMHdiY vzEsbdJ7xeD74vjDOZcpBW8IzGPuCO5P85LvvUh8= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 002304c326220927b1b7071818988d1325badd9b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ba9f8b0cdc23933cf9746518b784775130e2f4e7 X-Git-Newrev: 002304c326220927b1b7071818988d1325badd9b Message-Id: <20221020215234.589DC383FBB8@sourceware.org> Date: Thu, 20 Oct 2022 21:52:32 +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 002304c326220927b1b7071818988d1325badd9b (commit) from ba9f8b0cdc23933cf9746518b784775130e2f4e7 (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 002304c326220927b1b7071818988d1325badd9b Author: Gerald Pfeifer Date: Thu Oct 20 23:50:14 2022 +0200 *: Use
instead of
With commit bf9d87193528c81b076ff463ff5591e960b6ed63 we replaced
by
. It now turns out we have gathered some
s, sans the space before the slash, over the years. Convert those to plain
as well. diff --git a/htdocs/branch-closing.html b/htdocs/branch-closing.html index 87634469..c18ea46b 100644 --- a/htdocs/branch-closing.html +++ b/htdocs/branch-closing.html @@ -60,10 +60,10 @@ closed, set it to the version number of the next release from the next oldest release branch. The step can be done by maintainer-scripts/branch_changer.py script -with the following arguments:
+with the following arguments:
./branch_changer.py api_key --new-target-milestone=8.5:9.4 --remove 8 --comment 'GCC 8 branch is being closed.' -
+
The script invocation changes target milestone from 8.5 to 9.4 and removes '/8' from a '[Regression x/y/z]' summary line. Moreover, a new comment is added. diff --git a/htdocs/contribute.html b/htdocs/contribute.html index 6796f708..5963d985 100644 --- a/htdocs/contribute.html +++ b/htdocs/contribute.html @@ -185,7 +185,7 @@ coding conventions and GNU Coding Standards for further information. -
The git gcc-commit-mklog command from +
The git gcc-commit-mklog command from gcc-git-customization.sh (see here) automates a lot of ChangeLog generation. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 2d3c1004..79de28f7 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -12,7 +12,7 @@ --> -

GCC 10 Release Series
Changes, New Features, and Fixes

+

GCC 10 Release Series
Changes, New Features, and Fixes

This page is a "brief" summary of some of the huge number of improvements diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index c53765bf..4787fc26 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -12,7 +12,7 @@ --> -

GCC 11 Release Series
Changes, New Features, and Fixes

+

GCC 11 Release Series
Changes, New Features, and Fixes

This page is a "brief" summary of some of the huge number of improvements diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 5d8cf212..0e56aba0 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -12,7 +12,7 @@ --> -

GCC 12 Release Series
Changes, New Features, and Fixes

+

GCC 12 Release Series
Changes, New Features, and Fixes

This page is a "brief" summary of some of the huge number of improvements diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 0f251387..033cc6a2 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -12,7 +12,7 @@ --> -

GCC 13 Release Series
Changes, New Features, and Fixes

+

GCC 13 Release Series
Changes, New Features, and Fixes

This page is a "brief" summary of some of the huge number of improvements diff --git a/htdocs/gcc-4.0/changes.html b/htdocs/gcc-4.0/changes.html index ea40f72b..d5957957 100644 --- a/htdocs/gcc-4.0/changes.html +++ b/htdocs/gcc-4.0/changes.html @@ -583,7 +583,7 @@ class N::A { count by up to 60% (with resultant improvements to link and load times), better scope for the optimizer to improve code and up to a 20% reduction in binary size. Using these options correctly yields a binary with a - similar symbol count to a Windows DLL.
+ similar symbol count to a Windows DLL.
Perhaps more importantly, this new feature finally allows (with careful planning) complete avoidance of symbol clashes when manually loading shared objects with RTLD_GLOBAL, thus finally solving problems many diff --git a/htdocs/gcc-4.9/changes.html b/htdocs/gcc-4.9/changes.html index 7d0fc8e7..274bd814 100644 --- a/htdocs/gcc-4.9/changes.html +++ b/htdocs/gcc-4.9/changes.html @@ -161,8 +161,8 @@ can be used to customize the colors or disable coloring. If GCC_COLORS variable is present in the environment, the default is -fdiagnostics-color=auto, otherwise - -fdiagnostics-color=never.
- Sample diagnostics output:
+ -fdiagnostics-color=never.
+ Sample diagnostics output:

     $ g++ -fdiagnostics-color=always -S -Wall test.C
     test.C: In function ‘int foo()’:
diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html
index 1ad972c2..f6742fb0 100644
--- a/htdocs/gcc-5/changes.html
+++ b/htdocs/gcc-5/changes.html
@@ -258,9 +258,9 @@
         several optimizations.
     
  • New preprocessor constructs, __has_include and __has_include_next, to test the availability of headers - have been added.
    + have been added.
    This demonstrates a way to include the header <optional> - only if it is available:
    + only if it is available:
     #ifdef __has_include
     #  if __has_include(<optional>)
    @@ -537,7 +537,7 @@ version 2 and the current setting.
  • be configured when building GCC. The GCC_COLORS environment variable can be used to customize the colors or disable coloring - completely. Sample diagnostics output:
    + completely. Sample diagnostics output:
           $ gfortran -fdiagnostics-color=always -Wuse-without-only test.f90
           test.f90:6:1:
    @@ -1013,7 +1013,7 @@ are not listed here).

    code making use of the new instructions and registers introduced with the vector extension facility. The -mtune=z13 option enables z13 specific instruction scheduling without - making use of new instructions.
    + making use of new instructions.
    Compiling code with -march=z13 reduces the default alignment of vector types bigger than 8 bytes to 8. This is an @@ -1029,7 +1029,7 @@ are not listed here).

    enforcing strict standard compliance e.g. with -std=c99. Either enable GNU extensions with e.g. -std=gnu99 or use - __vector instead of vector.)
    + __vector instead of vector.)
    Additionally a set of overloaded builtins is provided which is partially compatible to the PowerPC Altivec builtins. In order diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html index 4d42d0b7..a9f033b1 100644 --- a/htdocs/gcc-6/changes.html +++ b/htdocs/gcc-6/changes.html @@ -716,7 +716,7 @@ within strings: code making use of the new instructions and registers introduced with the vector extension facility. The -mtune=z13 option enables z13 specific instruction scheduling without - making use of new instructions.
    + making use of new instructions.
    Compiling code with -march=z13 reduces the default alignment of vector types bigger than 8 bytes to 8. This is an @@ -732,7 +732,7 @@ within strings: enforcing strict standard compliance e.g. with -std=c99. Either enable GNU extensions with e.g. -std=gnu99 or use - __vector instead of vector.)
    + __vector instead of vector.)
    Additionally a set of overloaded builtins is provided which is partially compatible to the PowerPC Altivec builtins. In order diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html index c433d9e6..c5521f72 100644 --- a/htdocs/gcc-8/changes.html +++ b/htdocs/gcc-8/changes.html @@ -11,7 +11,7 @@ --> -

    GCC 8 Release Series
    Changes, New Features, and Fixes

    +

    GCC 8 Release Series
    Changes, New Features, and Fixes

    This page is a "brief" summary of some of the huge number of improvements @@ -349,13 +349,13 @@ void copy (const char *s) } warning: 'strncpy' specified bound 80 equals destination size [-Wstringop-truncation]

    The -Wstringop-truncation option is included in - -Wall.
    + -Wall.
    Note that due to GCC bug 82944, defining strncat, strncpy, or stpncpy as a macro in a system header as some implementations do, suppresses the warning.
  • -Wif-not-aligned controls warnings issued in response to invalid uses of objects declared with attribute - warn_if_not_aligned.
    + warn_if_not_aligned.
    The -Wif-not-aligned option is included in -Wall.
  • -Wmissing-attributes warns @@ -369,7 +369,7 @@ void copy (const char *s) format_arg, malloc, or nonnull is declared without it. Attributes deprecated, error, and warning suppress the warning. -
    +
    The -Wmissing-attributes option is included in -Wall.
  • -Wpacked-not-aligned warns diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html index a6f5dcf7..27ac675b 100644 --- a/htdocs/gcc-9/changes.html +++ b/htdocs/gcc-9/changes.html @@ -12,7 +12,7 @@ --> -

    GCC 9 Release Series
    Changes, New Features, and Fixes

    +

    GCC 9 Release Series
    Changes, New Features, and Fixes

    This page is a "brief" summary of some of the huge number of improvements diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index ff723cdd..a0efc4f4 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -260,7 +260,7 @@ Support for #warning P2437R1 - Yes (extension)
    13 (P2437R1) + Yes (extension)
    13 (P2437R1) @@ -415,12 +415,12 @@ __VA_OPT__ for preprocessor comma elision - P0306R4
    + P0306R4
    P1042R1 8 - (partial, no #__VA_OPT__ support)
    + (partial, no #__VA_OPT__ support)
    10 - (partial, no placemarker token handling changes)
    + (partial, no placemarker token handling changes)
    12 @@ -514,7 +514,7 @@ Less eager instantiation of constexpr functions P0859R0 - 5.2 (mostly)
    9 (P0859R0) + 5.2 (mostly)
    9 (P0859R0) __cpp_constexpr_in_decltype >= 201711 @@ -640,7 +640,7 @@ P1907R1 10 - (no floating point, union, or subobject template args)
    + (no floating point, union, or subobject template args)
    11 (complete) __cpp_nontype_template_args >= 201911 @@ -649,7 +649,7 @@ Atomic Compare-and-Exchange with Padding Bits P0528R3 - 11 (compiler side only)
    + 11 (compiler side only)
    13 (full) @@ -695,7 +695,7 @@ P1073R3 10 (no consteval virtual) -
    11 (full) +
    11 (full) __cpp_consteval >= 201811 @@ -825,7 +825,7 @@ Parenthesized initialization of aggregates - P0960R3
    + P0960R3
    10 __cpp_aggregate_paren_init >= 201902 @@ -851,14 +851,14 @@ Stronger Unicode requirements - P1041R4
    + P1041R4
    P1139R2 10 Structured binding extensions - P1091R3
    + P1091R3
    P1381R1 10
    8 @@ -1043,7 +1043,7 @@ [[nodiscard]] attribute P0189R1 - 4.8 ([[gnu::warn_unused_result]])
    + 4.8 ([[gnu::warn_unused_result]])
    7 (P0189R1) __has_cpp_attribute(nodiscard) @@ -1051,7 +1051,7 @@ [[maybe_unused]] attribute P0212R1 - 4.8 ([[gnu::unused]])
    + 4.8 ([[gnu::unused]])
    7 (P0212R1) __has_cpp_attribute(maybe_unused) @@ -1130,18 +1130,18 @@ Template argument deduction for class templates - P0091R3
    + P0091R3
    P0512R0 - 7
    + 7
    8 - __cpp_deduction_guides >= 201606
    + __cpp_deduction_guides >= 201606
    __cpp_deduction_guides >= 201611 Declaring non-type template parameters with auto P0127R2 7 - __cpp_template_auto >= 201606
    + __cpp_template_auto >= 201606
    __cpp_nontype_template_parameter_auto >= 201606 @@ -1307,7 +1307,7 @@ N3472 4.3 (GNU) -
    4.9 (N3472) +
    4.9 (N3472) __cpp_binary_literals >= 201304 @@ -1316,7 +1316,7 @@ N3638 4.8 (N3386) -
    4.9 (N3638) +
    4.9 (N3638) __cpp_decltype_auto >= 201304 @@ -1325,7 +1325,7 @@ N3648 4.5 (partial) -
    4.9 (N3648) +
    4.9 (N3648) __cpp_init_captures >= 201304 @@ -1406,11 +1406,11 @@ Runtime-sized arrays with automatic storage duration -
    (Removed from the standard) +
    (Removed from the standard) N3639 ?.? (GNU VLAs) -
    4.9 (N3639) -
    5 (GNU VLAs) +
    4.9 (N3639) +
    5 (GNU VLAs) __cpp_runtime_arrays >= 198712 @@ -1592,7 +1592,7 @@ Generalized attributes N2761 GCC 4.8 - __cpp_attributes >= 200809;
    __has_cpp_attribute(noreturn) >= 200809;
    + __cpp_attributes >= 200809;
    __has_cpp_attribute(noreturn) >= 200809;
    __has_cpp_attribute(carries_dependency) == 0 (not implemented) @@ -1710,8 +1710,8 @@ Explicit virtual overrides N2928 -
    N3206 -
    N3272 +
    N3206 +
    N3272 GCC 4.7 @@ -1772,7 +1772,7 @@ Data-dependency ordering: atomics and memory model N2664 - GCC 4.4
    (memory_order_consume) + GCC 4.4
    (memory_order_consume) diff --git a/htdocs/releasing.html b/htdocs/releasing.html index 28cf86a3..1cd56f72 100644 --- a/htdocs/releasing.html +++ b/htdocs/releasing.html @@ -143,10 +143,10 @@ Please do not delete old target milestones.

  • at either the mainline version milestone, or the next point-release milestone. This can be accomplished by maintainer-scripts/branch_changer.py script with the following arguments: -
    +
    ./maintainer-scripts/branch_changer.py api_key --new-target-milestone=10.4:10.5 --comment 'GCC 10.4 is being released, retargeting bugs to GCC 10.5.' -
    +
    The script invocation changes target milestone from 10.4 to 10.5 and new comment GCC 10.4 is being released, retargeting bugs to GCC 10.5. is added. ----------------------------------------------------------------------- Summary of changes: htdocs/branch-closing.html | 4 +-- htdocs/contribute.html | 2 +- htdocs/gcc-10/changes.html | 2 +- htdocs/gcc-11/changes.html | 2 +- htdocs/gcc-12/changes.html | 2 +- htdocs/gcc-13/changes.html | 2 +- htdocs/gcc-4.0/changes.html | 2 +- htdocs/gcc-4.9/changes.html | 4 +-- htdocs/gcc-5/changes.html | 10 ++++---- htdocs/gcc-6/changes.html | 4 +-- htdocs/gcc-8/changes.html | 8 +++--- htdocs/gcc-9/changes.html | 2 +- htdocs/projects/cxx-status.html | 54 ++++++++++++++++++++--------------------- htdocs/releasing.html | 4 +-- 14 files changed, 51 insertions(+), 51 deletions(-) hooks/post-receive -- gcc-wwwdocs