From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 776423858D1E; Sun, 12 Mar 2023 09:38:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 776423858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678613930; bh=CGJFBp62NaIh/8JAOD4C8bS6ZjUnqrJvXh/0Md9bNsU=; h=To:Subject:Date:From:From; b=sncLGGEaYKDU0lKxaK2mo3Lq+IkaJuhWTkndDjyareGu3/ryOB03YbVkymLuxu/x1 oiN0DsALWPRzpfU4kpBVVrJLa2RKA617btBgBSMD7XvYQ5+wBF52CT/j3SkH1dAZd7 +YVr92c+2dTinTWdlXf1M8QdeYYnVmSlmphML+NU= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 303c5592f31a73cc90e2a799fe0455873db512b2 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8a551dfcd1b64e7970b43c0a034972167564e062 X-Git-Newrev: 303c5592f31a73cc90e2a799fe0455873db512b2 Message-Id: <20230312093850.776423858D1E@sourceware.org> Date: Sun, 12 Mar 2023 09:38:50 +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 303c5592f31a73cc90e2a799fe0455873db512b2 (commit) from 8a551dfcd1b64e7970b43c0a034972167564e062 (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 303c5592f31a73cc90e2a799fe0455873db512b2 Author: Jonathan Wakely Date: Sun Mar 12 10:34:21 2023 +0100 bugs: Clarify meaning of "not issued by" diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html index 765d8c67..3744a28f 100644 --- a/htdocs/bugs/index.html +++ b/htdocs/bugs/index.html @@ -116,8 +116,9 @@ three of which can be obtained from the output of gcc -v:

separate projects, with separate mailing lists and different bug reporting procedures. -
  • Bugs in releases or snapshots of GCC not issued by the GNU - Project. Report them to whoever provided you with the release.
  • +
  • Bugs in unofficial releases or snapshots of GCC not issued by + the GCC project. Report them to whoever provided you with that + version.
  • Questions about the correctness or the expected behavior of certain constructs that are not GCC extensions. Ask them in forums ----------------------------------------------------------------------- Summary of changes: htdocs/bugs/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs