From patchwork Wed Jun 8 10:58:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thomas Schwinge X-Patchwork-Id: 54937 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E4C2E395BC78 for ; Wed, 8 Jun 2022 11:10:14 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id CEDDA382BD03; Wed, 8 Jun 2022 10:58:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CEDDA382BD03 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.91,286,1647331200"; d="scan'208,223";a="76833093" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 08 Jun 2022 02:58:10 -0800 IronPort-SDR: vRdsr2vRqSOUmYawZ2WauT1wiLctPvRwwywTuRA1eXqsNMne8GTPZCTYWY4X3M0EfK4ootIMAf a2w0wChW5aFcbAMcfNDtRfpUWMbgiE/Bpbir8wwHthtJHOl1LZBc5fFSa1qCwMyaAdsCXbvZQK OU66o3kJ1XQ5QlhpPIvigXvf5NXyF+olk8qZbk9qC/KpGZ6OwBi1tz81sWa+Md83NT3QXra/IR EMt3U+w/rqCFSgK2THtPHwsouGkDAaa+w/nuOEWDH4JCkaqKct8aQEQ3cTHT1NisgS6a5es5zp LMQ= From: Thomas Schwinge To: Philip Herron , , Subject: Document mailing list (was: GCC Rust git branch) In-Reply-To: <41c2376e-3b0e-7e32-5094-468caa692138@embecosm.com> References: <5b2057ae-039c-6805-20fe-133df71c120e@embecosm.com> <41c2376e-3b0e-7e32-5094-468caa692138@embecosm.com> User-Agent: Notmuch/0.29.3+94~g74c3f1b (https://notmuchmail.org) Emacs/27.1 (x86_64-pc-linux-gnu) Date: Wed, 8 Jun 2022 12:58:03 +0200 Message-ID: <87edzzqv5w.fsf@euler.schwinge.homeip.net> MIME-Version: 1.0 X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-13.mgc.mentorg.com (139.181.222.13) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-12.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: gcc@gcc.gnu.org, overseers@sourceware.org Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" Hi! On 2021-05-28T11:19:16+0100, Philip Herron wrote: > On 28/05/2021 04:22, Jason Merrill wrote: >> On Mon, May 24, 2021 at 9:25 AM Philip Herron > wrote: >>> As some of you might know, I have been working on GCC Rust over on >>> GitHub https://github.com/Rust-GCC/gccrs >>> . As the project is moving >>> forward and enforcing GCC copyright assignments for contributors, I >>> would like to create a branch on the GCC git repo to show the >>> intention >>> to be upstream with GCC someday. >>> >>> [snip] >>> >>> Separately, some contributors have expressed interest in >>> maintaining the >>> GCC style communications of using a mailing list and irc. Is it >>> reasonable for this project to get a rust@gcc.gnu.org >>> ? >> >> That makes sense to me; I think overseers@ can help set up a new >> mailing list. > > Thanks For the info everyone i will reach out to overseers about the > Mailing List idea. A mailing list has thus been set up a year ago; now documented on per gcc-wwwdocs commit 1c89cdccbebda5d4c2eeeb627b1461b8877bb27e "Document mailing list", see attached. Grüße Thomas ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955 From 1c89cdccbebda5d4c2eeeb627b1461b8877bb27e Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 8 Jun 2022 12:55:55 +0200 Subject: [PATCH] Document mailing list --- htdocs/lists.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/lists.html b/htdocs/lists.html index ad36a7e2..c32c505d 100644 --- a/htdocs/lists.html +++ b/htdocs/lists.html @@ -70,6 +70,11 @@ before subscribing and posting to these lists. is a moderate volume list where regression results for the GCC compilers are posted. +
  • gcc-rust + is for discussing Rust + support in GCC. + Patches should be sent to both this list and gcc-patches.
  • +
  • libstdc++ is the main discussion and development list for the standard C++ library (libstdc++-v3). Patches to libstdc++-v3 should be sent to -- 2.35.1