From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id C99B83982423; Tue, 17 Aug 2021 20:30:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C99B83982423 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 44d97225cc39f2cfbc3109c6a6473bde3886357a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b16ae164c47aaf65d70480b90f55fd9acdba5418 X-Git-Newrev: 44d97225cc39f2cfbc3109c6a6473bde3886357a Message-Id: <20210817203040.C99B83982423@sourceware.org> Date: Tue, 17 Aug 2021 20:30:40 +0000 (GMT) From: Jonathan Wakely X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2021 20:30:40 -0000 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 44d97225cc39f2cfbc3109c6a6473bde3886357a (commit) from b16ae164c47aaf65d70480b90f55fd9acdba5418 (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 44d97225cc39f2cfbc3109c6a6473bde3886357a Author: Jonathan Wakely Date: Tue Aug 17 21:30:28 2021 +0100 Add missing punctuation to
  • elements diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html index 0a1b582a..99a1ddb1 100644 --- a/htdocs/bugs/index.html +++ b/htdocs/bugs/index.html @@ -102,11 +102,11 @@ three of which can be obtained from the output of gcc -v:

  • An error that occurs only some of the times a certain file is compiled, such that retrying a sufficient number of times results in a successful compilation; this is a symptom of a hardware problem, - not of a compiler bug (sorry)
  • + not of a compiler bug (sorry).
  • Assembly files (*.s) produced by the compiler, or any binary files, such as object files, executables, core files, or - precompiled header files
  • + precompiled header files.
  • Duplicate bug reports, or reports of bugs already fixed in the development tree, especially those that have already been reported @@ -114,14 +114,14 @@ three of which can be obtained from the output of gcc -v:

  • Bugs in the assembler, the linker or the C library. These are separate projects, with separate mailing lists and different bug - reporting procedures
  • + reporting procedures.
  • Bugs in releases or snapshots of GCC not issued by the GNU - Project. Report them to whoever provided you with the release
  • + Project. Report them to whoever provided you with the release.
  • Questions about the correctness or the expected behavior of certain constructs that are not GCC extensions. Ask them in forums - dedicated to the discussion of the programming language
  • + dedicated to the discussion of the programming language.

    Where to post it

    ----------------------------------------------------------------------- Summary of changes: htdocs/bugs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- gcc-wwwdocs