On Tue, Jun 28, 2016 at 8:18 AM, Bin Cheng <bin.ch...@arm.com> wrote: > Hi, > The previous patch removes support for -funsafe-loop-optimizations on GIMPLE, > as a follow up, this one marks related tests as XFAIL for the moment. I > would like to either remove/rewrite the case after -funsafe-loop-optimization > is fully dicarded? > Tests checked. Is it OK?
Please remove them instead. Removing -funsafe-loop-optimizations and all traces of code using it in GCC is ok. Thanks, Richard. > Thanks, > bin > > gcc/testsuite/ChangeLog > 2016-06-27 Bin Cheng <bin.ch...@arm.com> > > * gcc.dg/tree-ssa/pr19210-1.c: xfail unsafe loop opt warnings. > * gcc.dg/tree-ssa/pr19210-2.c: Ditto.