Hi Sebastian, On Wed, Sep 13, 2017 at 02:58:00PM +0000, Peryt, Sebastian wrote: > I wanted to run individual test from gcc/testsuite/c-c++-common/ directory, > but unfortunately there is no *.exp file as it is in other directories. This prevents me from > running it as for i386 e.g.: make check RUNTESTFLAGS="i386.exp=avx512*". > > I also couldn't find anything related to those tests in documentation. Is there any special > approach for that? Those files are included by gcc/testsuite/{gcc,g++}.dg/dg.exp (and more), so you can use "dg.exp=bla*" and similar. HTH, Segher