> Jan Hubicka <hubi...@ucw.cz> writes: > > > Bootstrapped/regtested x86_64-linux, OK? > > > > * gcc.dg/tree-ssa/scev-14.c: new testcase. > > FAIL: gcc.dg/tree-ssa/scev-14.c scan-tree-dump-not ivopts "Overflowness wrto > loop niter:\tOverflow"
Aha, this is wrong version of testcase. The scan-tree-dump-not doesn't match until we resolve decreasing unsigned iv variables as non-overlapping. I will test dropping that pattern for now. Sorry for that. Honza