http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41488
--- Comment #11 from ktkachov at gcc dot gnu.org --- (In reply to Jeffrey A. Law from comment #10) > ktkachov, > > It seems to be working fine for me with my arm-eabi cross compiler. Perhaps > you could provide some more details: > > make check-gcc RUNTESTFLAGS="tree-ssa.exp=scev-7.c" > [ ... ] > > In the gcc.sum file I've got: > > Running /home/gcc/GIT/gcc/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... > PASS: gcc.dg/tree-ssa/scev-7.c (test for excess errors) > PASS: gcc.dg/tree-ssa/scev-7.c scan-tree-dump-times sccp "Simplify > PEELED_CHREC into POLYNOMIAL_CHREC" 1 > > AFAICT, this issue has been resolved. You're right, seems I had an inconsistent build tree state. It passes for me now as well with a clean build. Sorry for the noise.