From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) by sourceware.org (Postfix) with ESMTPS id D79933858D38 for ; Fri, 11 Nov 2022 19:39:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D79933858D38 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-x431.google.com with SMTP id k8so7730344wrh.1 for ; Fri, 11 Nov 2022 11:39:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=ZjwXRIEYwHGsNxA97kGxcPqg/T7NnjDkP9bRWgzXqLQ=; b=jZY15qimLYsy6RtaphfBSUQ73soXUa5TFt8qZ10tC7Aru/w+mcUD7nLdI6LlZ4gKKB 17EMU5vBLvZdU1irE1YJXEPvdbP4Shxj0j/VmjHHDc3ymfp/FKUIslYnB7B2RA79I78n E0Hi8Xav3tNhR8d5VLywZpALH8V3K+fiyiJSPKAIBvzSTQuRMIqeThBw9+7CAv5sQTs3 XtcWvnYGcc+MJez6BT0hSsd4bho91ocKMiGtgmVQ6f0Gu8MjiD7S5XpTzyd+rX9g760V ETL5VAP+ltjX1CrCWRF8gBkYAm4Mh86Dns0JRGhYAuk9UV3Gs4huanyu6d6m4ekNKjQ1 xj9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=ZjwXRIEYwHGsNxA97kGxcPqg/T7NnjDkP9bRWgzXqLQ=; b=Yf0OsJMiGMEq0rJz6PDOnl3GndAbLOHpM6aOERv4i2/I5F4bHgSVB0SLlnumoCn8YY FwmVsKUgcfCYJM/z+1f0Lbz0Ujm9ufr55SREqutBYd39cweeeM/7vvqpj77c47R631HG BJ6Gq9hqLcKCAYFFEfXovWRRniuRsEtS/p06xnPelCQw1Jh6WAoh7vRavOhyJL9+wl1M lzrtjVXg1DFsuDTg8ywT/JTotyiKY9HX5NC9A0RcKQcYtDP2wfBtFAewCQmH2A1oMjCo qso/xxNigMzPNfQCP2JIJRJVTRlgTSgTHbeYbIdXjh3RHwsLIgkF9EU07UPM4hxR4ZIl g0fQ== X-Gm-Message-State: ANoB5pmKLJHCQTq/5OItfnQoxm13fIIgsboplimWIVSDkAC0HJT1FZaq 0oJUMaU71gAEu6SHfeuDBvZw/5ysj7o= X-Google-Smtp-Source: AA0mqf58pvGlWf6SEI36AhHekmBmpad4Ozc/vlfnmiVNmvXlNY+UDXAKzg7YYTZC6hml+YMQ4LoXMw== X-Received: by 2002:a5d:5446:0:b0:236:6442:3a65 with SMTP id w6-20020a5d5446000000b0023664423a65mr2164745wrv.84.1668195539482; Fri, 11 Nov 2022 11:38:59 -0800 (PST) Received: from lancelot ([195.147.220.46]) by smtp.gmail.com with ESMTPSA id f6-20020a05600c4e8600b003cfc02ab8basm10641473wmq.33.2022.11.11.11.38.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Nov 2022 11:38:59 -0800 (PST) Received: from gaius by lancelot with local (Exim 4.94.2) (envelope-from ) id 1otZrd-007TSr-Rb; Fri, 11 Nov 2022 19:38:57 +0000 From: Gaius Mulley To: Richard Biener Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] 1/19 modula2 front end: changes outside gcc/m2, libgm2 and gcc/testsuite. References: Date: Fri, 11 Nov 2022 19:38:57 +0000 In-Reply-To: (Richard Biener's message of "Fri, 11 Nov 2022 14:47:28 +0100") Message-ID: <87y1shs2lq.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.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 autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Richard Biener writes: > On Mon, Oct 10, 2022 at 5:36 PM Gaius Mulley via Gcc-patches > wrote: >> >> >> >> This patch set contains the non machine generated changes found in / >> for example the language die and documentation changes. It also >> contains the changes to the top level build Makefile infastructure >> and the install.texi sourcebuild.texi documentation. > > I couldn't spot any issue besides the docs now being written in > Sphinx, so this part > is OK (with the docs ported) awesome, many thanks - I'm working on the tool (gcc/m2/tools-src/def2doc.py) which generates Sphinx from the modula-2 library sources and should post this in a few days time, regards, Gaius