Vladimir Makarov <vmaka...@redhat.com> 于2024年1月11日周四 22:35写道: > > The following patch fixes > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112918 > > The patch was successfully bootstrapped and tested on x86_64, aarch64, > ppc64le
This patch causes some ICE on MIPS: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113354 PS: how to test cross build for mips: 1. apt install g++-multilib-mipsel-linux-gnu 2. apply patch: https://gcc.gnu.org/pipermail/gcc-patches/2024-January/641619.html 3. ../configure --target=mipsel-linux-gnu \ --includedir=/usr/mipsel-linux-gnu/include --enable-multilib \ --with-arch-32=mips32r2 --with-fp-32=xx \ --enable-multiarch --enable-targets=all \ --with-arch-64=mips64r2 --prefix=/usr --disable-libsanitizer 4. make -j -- YunQiang Su