From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by sourceware.org (Postfix) with ESMTPS id 29993385141E for ; Fri, 13 May 2022 22:00:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 29993385141E Received: by mail-wm1-x335.google.com with SMTP id 125-20020a1c1983000000b003941f354c62so5428181wmz.0 for ; Fri, 13 May 2022 15:00:12 -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; bh=tScRBNV/69GlxEwdfGmtoLJi2+PtM9wv6Ey4kR5+494=; b=2IvGHJaD65L1VM1pCwlrDTLdPZBsz9VF+sfHh0ak7avuCf6bj/T75bjgcZX9WfrluC hWLro0Gm+m62AU9DGuX5Cmy0R72tnyaPOr+g8YvuGpo6nYaJfVdVTNx9LVF2K54NtBFi kRibQVUBCtAy/VGydmN8Pi3yL++C7O87SXxZXKhb7KULjzy5ym5t6XkmCCfhmQENQO6a MZcAex4NGhlRuLpFpSW02jmX0OnCDMrrsQXX9aMxNGGiVbb6Cg+n16PasaUjTOO0LbcZ k4yZpAJptGyFjyFRQGE6r0hXd/yluSq182VBTGCzMU24WwHMWOJeB7hfWZu9psw4v7uh JbCA== X-Gm-Message-State: AOAM531ZHlQbOTJ9sWMdcdnAxhmJsPI4BiTifVNFWpqDqqHVMX9GH4So 7qPsvNroCtU1BXrE5bzTumwL+QXkJgs= X-Google-Smtp-Source: ABdhPJywAmCZy4Q2bIfFLim4KedBYhkWmMNY1cLEh+9h9uO62gFCwX8d1Urd1X2e9Hk0VyxS45qlWg== X-Received: by 2002:a05:600c:4f15:b0:394:8ea0:bb45 with SMTP id l21-20020a05600c4f1500b003948ea0bb45mr6386972wmq.206.1652479210692; Fri, 13 May 2022 15:00:10 -0700 (PDT) Received: from lancelot (host31-54-80-182.range31-54.btcentralplus.com. [31.54.80.182]) by smtp.gmail.com with ESMTPSA id j18-20020adfb312000000b0020ad05214d5sm2192691wrd.2.2022.05.13.15.00.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 May 2022 15:00:10 -0700 (PDT) Received: from gaius by lancelot with local (Exim 4.94.2) (envelope-from ) id 1npdKT-00FLsK-3O; Fri, 13 May 2022 23:00:09 +0100 From: Gaius Mulley To: David Edelsohn , gcc@gcc.gnu.org Cc: jog37@riddermarkfarm.ca, andreas.borchert@uni-ulm.de Subject: Re: Fwd: ULM Modula-2 Libraries for inclusion in GM2 References: <65618f6d-bea7-e6cb-b26f-51df8d1fb577@riddermarkfarm.ca> <113ee280-7671-264f-e856-4f11aa436fc4@riddermarkfarm.ca> <87tuboyhqp.fsf@debian> <87k0cku0ml.fsf@debian> Date: Fri, 13 May 2022 23:00:09 +0100 In-Reply-To: (David Edelsohn's message of "Fri, 6 May 2022 18:23:48 -0400") Message-ID: <878rr5ayae.fsf@debian> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no 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: Fri, 13 May 2022 22:00:14 -0000 David Edelsohn writes: > Hi, Gaius > > I hope that you and the GNU Modula-2 team can propose the merge of the > Modula-2 front-end and library soon. > > Thanks, David Hi David, yes indeed - sorry for the delay in my reply. 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? The current Modula-2 front end is 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). More than happy for the gm2 front end to be merged and/or help or receive instructions on how to progress the merge regards, Gaius