From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) by sourceware.org (Postfix) with ESMTPS id CC7B53857820 for ; Sat, 14 May 2022 12:06:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CC7B53857820 Received: by mail-wm1-x32a.google.com with SMTP id 129so6116726wmz.0 for ; Sat, 14 May 2022 05:06:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=wQaHcsCyU8ZNRSpvbd/znHWNtS+0MpGEtpU3YdVjj8o=; b=21b10KAT+7zGK5/491LGJ5BNpcHvqgs8fnibdVzalbxCRsmSO56ZWXDbihDPmZWYAA baPYNYwt/21z7GPv1MOjoM8Ea6hE3kcodedVOR7D6te3dNIxwzrutcqDPyLcTaUijWyN eBt0D7LenF/UqhX82kgr2e7nI8DV0sMTGQSTev4iW+YsB4yKfhQGaVLfsZF/J7nLtzZR Yw+5oqFwvs5nfkYeEBWfIbolXp4/tV6TMbBmYue9iaMyWRPpapVoWk1KX5sq7zUakyJ7 nwlswQF/kbAuCDixQfjhUnqVxcY4WySl+/1iUJfP29CGHQb23zSL102qOO6xpyshA6Sv r5vg== X-Gm-Message-State: AOAM532A/vnbJDTsy3Wknf6ttJpJ8F9LVUMf+RrmUEy++VsPJjx8yWlI vIeismu275U+kkn+g/DlsavcoHp0Iic= X-Google-Smtp-Source: ABdhPJxAt4CWgHXnD+ApcTQFS+gIh/sT7CcNYXKTY121w/8Cs+ifAC6xIjVE/e65Uk68IrDFYmfGsQ== X-Received: by 2002:a05:600c:4ed1:b0:394:8352:3ea1 with SMTP id g17-20020a05600c4ed100b0039483523ea1mr8487713wmq.153.1652530015592; Sat, 14 May 2022 05:06:55 -0700 (PDT) Received: from lancelot (host31-54-80-182.range31-54.btcentralplus.com. [31.54.80.182]) by smtp.gmail.com with ESMTPSA id j15-20020adfa54f000000b0020c5253d908sm4557109wrb.84.2022.05.14.05.06.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 14 May 2022 05:06:55 -0700 (PDT) Received: from gaius by lancelot with local (Exim 4.94.2) (envelope-from ) id 1npqXt-008x0u-KJ; Sat, 14 May 2022 13:06:53 +0100 From: Gaius Mulley To: Richard Biener Cc: gcc@gcc.gnu.org, dje.gcc@gmail.com Subject: Re: Proposal for the merger of devel/modula-2 into master References: <87wneprqic.fsf@debian> Date: Sat, 14 May 2022 13:06:53 +0100 In-Reply-To: (Richard Biener's message of "Sat, 14 May 2022 08:15:42 +0200") Message-ID: <87o800e2si.fsf@debian> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham 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@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2022 12:06:58 -0000 Richard Biener writes: >> Am 14.05.2022 um 00:57 schrieb Gaius Mulley via Gcc : >>=20 >> =EF=BB=BF >> Hi David, >>=20 >> David Edelsohn writes: >>=20 >>> I hope that you and the GNU Modula-2 team can propose the merge of the >>> Modula-2 front-end and library soon. >>=20 >> [reposting with a new title for mailing list clarity] >>=20 >> Yes I was also wondering whether now might be a sensible time for the >> Modula-2 front end to move across onto the master branch? > > Yes, it=E2=80=99s stage1 now. > >> The current Modula-2 front end and libraries are in the branch: >> devel/modula-2 and it builds on gnu/linux/amd64, gnu/linux/aarch64, >> gnu/linux/sparc64, solaris/sparc64, gnu/linux/i386, gnu/linux/ppc64le, >> gnu/linux/power7 (and probably others). (Test results posted to >> gcc-testresults). > > There=E2=80=99s at least BSD in the list of primary targets. It would be = nice to enable more but that can be done during stage1. > > I suggest you post merge patches where the branch touches generic code fo= r review again, indicating parts that have been approved in the past. > > Richard=20 Hi Richard, thanks for the email - sure I'll post the generic code patches with references to those components which were okayed. I'm in the process of building on BSD (Free and Open) platforms. regards, Gaius