On Tue, Aug 13, 2024 at 09:58:31PM -0600, Jeff Law wrote: > Note this changes target independent code. So it needs to be bootstrapped > and regression tested on one of the primary platforms: > > > The primary platforms are: > > > > aarch64-none-linux-gnu > > arm-linux-gnueabi > > i586-unknown-freebsd > > i686-pc-linux-gnu > > powerpc64-unknown-linux-gnu > > powerpc64le-unknown-linux-gnu > > sparc-sun-solaris2.11 > > x86_64-pc-linux-gnu > > > I'll ACK once there's a confirmation that it has passed the bootstrap and > regression test on one of those platforms. > > jeff >
The test results before and after adding this patch are as follows: https://gcc.gnu.org/pipermail/gcc-testresults/2024-August/822478.html https://gcc.gnu.org/pipermail/gcc-testresults/2024-August/822481.html No new errors. Thanks, Xianmiao