Hi Segher, Thank you very much for clarification on that. Sebastian > -----Original Message----- > From: Segher Boessenkool [mailto:segher@xxxxxxxxxxxxxxxxxxx] > Sent: Wednesday, September 13, 2017 10:56 PM > To: Peryt, Sebastian <sebastian.peryt@xxxxxxxxx> > Cc: gcc-help@xxxxxxxxxxx > Subject: Re: Running individual tests from c-c++-common directory > > 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