On Wed, Sep 3, 2014 at 4:53 PM, Mike Stump <mikest...@comcast.net> wrote: > On Sep 3, 2014, at 1:03 AM, Uros Bizjak <ubiz...@gmail.com> wrote: >> These testcases were intended to be compiled on x86 targets only [1]. > > Not a bug deal, but would a git mv bla gcc.target/i386 be more appropriate?
I have considered this option, but the functionality we are testing here is not specific to x86. It just happens that the test depends on certain insn patterns, and these are implemented only in x86 for now. It is pointless to compile the test for other targets, OTOH - there is no reason that some less known or future target won't be able to pass this testcase. Uros.