On Mon, Mar 14, 2016 at 4:23 PM, Pat Haugen <pthau...@linux.vnet.ibm.com> wrote: > As stated in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68232, this test > needs -misel on powerpc to pass. Verified the following fixes the test on > both powerpc64/powerpc64le. Ok for trunk? > > -Pat > > testsuite/ChangeLog: > 2016-03-14 Pat Haugen <pthau...@us.ibm.com> > > * gcc.dg/ifcvt-4.c: Add -misel for powerpc* and remove skip for > powerpc64le.
The -misel flag will override the code generation, even if the architecture setting doesn't support the instruction. I guess this is good enough for the compile-only test. This is okay. Thanks, David