On 01/12/15 13:29, Jakub Jelinek wrote: > On Tue, Dec 01, 2015 at 01:27:32PM +0100, Christophe Lyon wrote: >> >I've committed the attached patch as obvious: it adds >> >dg-require-effective-target fopenmp to these new tests >> >so that they are skipped e.g. on arm bare-metal targets >> >(using newlib). >> > >> >Note that pr46032.c has some failures: >> >FAIL: gcc.dg/pr46032.c scan-tree-dump-times vect "note: vectorized 1 loop" 1 >> >on arm-none-linux-gnueabi, on arm-none-linux-gnueabihf with -mfpu=vfp*, >> >and on armeb-none-linux-gnueabihf >> > >> >I haven't looked at the details yet; see >> >http://people.linaro.org/~christophe.lyon/cross-validation/gcc/trunk/231076/report-build-info.html >> >for more information. > Supposedly pr46032-{2,3}.c should go into testsuite/gcc.dg/gomp/ instead and > pr46032.c into testsuite/gcc.dg/vect/ (with the fopenmp effective target and > perhaps some other effective target conditions)? I've moved the tests, and added dg-require-effective-target vect_int in pr46032.c. Committed to trunk as obvious. Thanks, - Tom