From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x429.google.com (mail-wr1-x429.google.com [IPv6:2a00:1450:4864:20::429]) by sourceware.org (Postfix) with ESMTPS id CBC043858D20 for ; Tue, 22 Nov 2022 14:43:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CBC043858D20 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-x429.google.com with SMTP id s5so7843087wru.1 for ; Tue, 22 Nov 2022 06:43:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding: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=qU7+vdQ8UZIJCtmZQwUOqd10j8dk55SZ/s3Iq6SOXgE=; b=XGdOKgigq306f43psLL+Fe2CZItdI3pumtg89qJyC7lT2ZlP99ZnqKdO7J5n9QqLSM sYz7pKwRSx4dXnYT7V2K8hFY3A1bG22NFLb/WcmCdF3ylp0mGZZ9WdOBTOg5CNVCxgll pmitcn3Na7bLeTE57Z9viV/5QuLMbrPhHlKSMJVHmcN2AHUP/68r6El6DZ9DHxUCidma RVL1vTl5HN3bMZIP9KIlFOG8fQzts+QQsJNWqojL0NBLlTzgc/qEqbQfs9Og50V6+8fK zTUzAo0fMQvEz3B1wM90T6lSIIy0yFO1GCXV442JkY9uS5EFLaVPxr7QOCNAuZ9L1e22 PEpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding: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=qU7+vdQ8UZIJCtmZQwUOqd10j8dk55SZ/s3Iq6SOXgE=; b=pbTQoUM7ipHF5UMoL8XCSrY2g2bML3A+pbs2G/htIupXi4npPzUx6opJifq+ogLbnl /hvTVIT3IlmP3NvQSvDLPFkOOH0vQhRDs8Yz8tZj5gE+2LK7lrs8+6LVj7prxsYFx+Tt HtFhaufhB06peTybb6PFJ5NTpm+1GnqfQR1E2OrsWYTjONSeZndsKNlBOAnZwVi7224K Y7uBOZrCLvR8AVmvT90O1rtTIGUI7vO+K6s4DfZDJ7zSkiXXevZkIarf4mkm0v4CTV2v O1KKs43hFlhCwPpzM5yfyK8FirV5y/CeTSt8fNLefMYdYF7yhDz/LyLX5xHO9PMGu9r8 OIOA== X-Gm-Message-State: ANoB5pn85UOVL2rQfqUi/ymMxcTmbVqyal3ay32esCdq+nG3mJAEJgJV mbEidmwYOhlyvNV6gIVQiGT7YrMnstc= X-Google-Smtp-Source: AA0mqf7R9m7NzsfVgUvXHCPJDcMzUS+2qeV2KRX06jW8H8TFSoPHgHWt9hrMyQjzNg67p3rzYNdB6A== X-Received: by 2002:a5d:4582:0:b0:22a:88fa:4b77 with SMTP id p2-20020a5d4582000000b0022a88fa4b77mr2522905wrq.182.1669128223191; Tue, 22 Nov 2022 06:43:43 -0800 (PST) Received: from lancelot ([195.147.220.46]) by smtp.gmail.com with ESMTPSA id i6-20020a05600c354600b003cf894c05e4sm23343583wmq.22.2022.11.22.06.43.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Nov 2022 06:43:42 -0800 (PST) Received: from gaius by lancelot with local (Exim 4.94.2) (envelope-from ) id 1oxUUu-0083vx-7k; Tue, 22 Nov 2022 14:43:40 +0000 From: Gaius Mulley To: Richard Biener Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] 8/19 modula2 front end: libgm2 contents References: Date: Tue, 22 Nov 2022 14:43:40 +0000 In-Reply-To: (Richard Biener's message of "Fri, 18 Nov 2022 11:26:19 +0100") Message-ID: <87leo3xd5v.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,KAM_SHORT,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:35 PM Gaius Mulley via Gcc-patches > wrote: >> >> >> >> This patch set consists of the libgm2 makefile, autoconf sources >> necessary to build the libm2pim, libm2iso, libm2min, libm2cor >> and libm2log. > > This looks OK. Thanks! > I suppose it was also tested building a cross-compiler? yes it builds a cross compiler tool chain targetting aarch64, hosted and built on amd64 gnu linux. > Can we get some up-to-date status on the build and support status for the > list of primary and secondary platforms we list on > https://gcc.gnu.org/gcc-13/criteria.html? Primary platform summary =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D aarch64-none-linux-gnu bootstrapped 6 reg failures arm-linux-gnueabi (still building) i686-pc-linux-gnu bootstrapped 7 reg failures powerpc64-unknown-linux-gnu bootstrapped 12 reg failures powerpc64le-unknown-linux-gnu bootstrapped 18 reg failures sparc-sun-solaris2.11 (still building) x86_64-pc-linux-gnu bootstrapped 6 reg failures (tumbleweed and bullseye) there are six regression tests failures common to all platforms (one test failing with 6 option permutations and with a reasonably obvious fix will be purged soon) i586-unknown-freebsd fails at: ctype_members.cc:137:3: error: redefinition of =E2=80=98bool std::ctype::do_is(std::ctype_base::mask, char_type) const=E2=80=99 137 | ctype:: | ^~~~~~~~~~~~~~ In file included from /home/gaius/GM2/graft-combine/build-devel-modula2-ena= bled/i586-unknown-freebsd13.0/libstdc++-v3/include/bits/locale_facets.h:154= 6, from /home/gaius/GM2/graft-combine/build-devel-modula2-ena= bled/i586-unknown-freebsd13.0/libstdc++-v3/include/locale:42, from ctype_members.cc:31: regards, Gaius