Hi! As an aside...
On Mon, Aug 16, 2021 at 03:46:12AM -0500, Xiong Hu Luo wrote: > --- /dev/null > +++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-19.c > --- a/gcc/tree-ssa-loop-im.c > +++ b/gcc/tree-ssa-loop-im.c You can make a saner order for your diffs by putting the testsuite changes after the rest. A very mimimal example would use [diff] orderfile = .gitorder with that file containing something like gcc/*.* and nothing else even. Yeah this is minimal ;-) Segher