On Tue, 3 Nov 2020, Nathan Sidwell wrote: > Here is the implementation of C++20 modules that I have been developing on the > devel/c++-modules branch over the last few years.
Ow. > I have bootstrapped and tested on: > x86_64-linux > aarch64-linux > powerpc8le-linux > powerpc8-aix > > Iain Sandoe has been regularly bootstrapping on x86_64-darwin. Joseph Myers > graciously built for i686-mingw host. We eventually ran into compilation > errors in the analyzer, as it seemed unprepared for an IL32P64 host. (So not actually tested there.) Are any of the powerpc targets you tested ILP32, such that the patchset is completely tested for such a target? brgds, H-P