Richard Biener <richard.guent...@gmail.com> writes: > On Mon, Oct 10, 2022 at 5:35 PM Gaius Mulley via Gcc-patches > <gcc-patches@gcc.gnu.org> 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 ======================== 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 ‘bool std::ctype<wchar_t>::do_is(std::ctype_base::mask, char_type) const’ 137 | ctype<wchar_t>:: | ^~~~~~~~~~~~~~ In file included from /home/gaius/GM2/graft-combine/build-devel-modula2-enabled/i586-unknown-freebsd13.0/libstdc++-v3/include/bits/locale_facets.h:1546, from /home/gaius/GM2/graft-combine/build-devel-modula2-enabled/i586-unknown-freebsd13.0/libstdc++-v3/include/locale:42, from ctype_members.cc:31: regards, Gaius