On Fri, Mar 14, 2008 at 3:45 PM, Joel Sherrill <[EMAIL PROTECTED]> wrote:
> It now looks like the scan-tree-dump-times tests are the next > easy group that isn't supported that needs to be marked as > not supported. I didn't see anything obv > > FAIL: gcc.dg/vect/pr33804.c scan-tree-dump-times vect "vectorized 1 loops" 1 > FAIL: gcc.dg/vect/pr33804.c scan-tree-dump-times vect "vectorizing stmts > using SLP" 1 > FAIL: gcc.dg/vect/pr33953.c scan-tree-dump-times vect "vectorized 1 loops" 1 > FAIL: gcc.dg/vect/pr33953.c scan-tree-dump-times vect "vectorizing stmts > using SLP" 1 > > I assume these fail because we don't dump files from the target. No, these dumps are produced by the compiler, this test is not executable test. It checks for some feature, and the failure means that this feature is not supported, or was not triggered for some reason. There are many check_effective_target_vect_<whatever> procedures in testsuite/lib/target-supports.exp, and depending on what your target supports, you should add the target to the correct ones. > How do you indicate these are not supported? See above. Uros.