From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from postbox-1.southwales.ac.uk (postbox-1.southwales.ac.uk [194.82.57.76]) by sourceware.org (Postfix) with ESMTPS id EB048395B457 for ; Thu, 10 Jun 2021 15:00:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EB048395B457 Received: from j228-gm.comp.glam.ac.uk ([193.63.148.84]) by postbox-1.southwales.ac.uk with esmtp (Exim 4.94.2) (envelope-from ) id 1lrMAI-000aJO-WC; Thu, 10 Jun 2021 16:00:56 +0100 From: Gaius Mulley To: Matthias Klose Cc: Gaius Mulley , Richard Biener , GCC Patches Subject: Re: [PATCH] Modula-2 into the GCC tree on master References: <878s8rf3uu.fsf@gmail.com> <87v9bu8i4h.fsf@gmail.com> Date: Thu, 10 Jun 2021 16:00:56 +0100 In-Reply-To: (Matthias Klose's message of "Thu, 27 May 2021 14:02:26 +0200") Message-ID: <87zgvx228n.fsf@j228-gm.comp.glam.ac.uk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: , X-List-Received-Date: Thu, 10 Jun 2021 15:01:03 -0000 Matthias Klose writes: > On 1/18/21 2:55 PM, Gaius Mulley via Gcc-patches wrote: >> Richard Biener writes: >>> I've just done ./configure --enable-languages=m2; make -j24 >>> >>> I would suggest to not rush this in now during stage4 >>> but instead take the opportunity of this "quiet" phase >>> to prepare an integration branch with all the issues above >>> sorted out which we can merge at the beginning of stage1 >>> for GCC 12 (or later during stage4 if everyone is happy >>> and/or backport for GCC 11.2 when it landed in trunk). >> >> ok sure - this sounds a good plan > > Gaius, now with the 1.1 relase out of the door, please could you clarify about > your plans getting this into trunk, and do you plan to get this into 11.2 as well? > > Thanks, Matthias Hello Matthias and Richard, just a small update to say that I think all the code changes are done - I've a tiny amount of documentation texinfo file moving / reorganising then testing and then the patches will be posted. regards, Gaius