On Tue, May 18, 2021 at 08:36:34AM +0200, Bernd Edlinger wrote: > On 5/17/21 4:01 AM, Jiufu Guo via Gcc-patches wrote: > > Bootstrap and regtest pass on ppc64le. Is this ok for trunk?
> I've tried this patch and it does not seem to pass its own test: > > FAIL: gcc.dg/loop-split1.c scan-tree-dump-times lsplit "Loop split" 9 On what target? :-P > Note you should always do a bootstrap and regression test as described > here: https://gcc.gnu.org/contribute.html#testing > > Also please state in your future patch submissions how you tested the patch, > like "bootstrap and regression test on x86_64-pc-linux-gnu" for instance. Jiu Fu did all that. If you understand that ppc64le means powerpc64-linux of course. It is interesting one loop fails on x86. But that is why we have stage1 :-) Segher