Re: [C++ PATCH] Pass RUNTESTFLAGS through from check-c++1z

2016-09-23 Thread Jason Merrill
OK. On Fri, Sep 23, 2016 at 1:23 PM, Jakub Jelinek wrote: > Hi! > > I've been surprised that > make check-c++1z RUNTESTFLAGS=dg.exp=direct-enum* > attempts to run the whole testsuite in -std=c++1z mode, > while if I replace check-c++1z with check-g++ or check-c++-all, > it works properly. > > The

[C++ PATCH] Pass RUNTESTFLAGS through from check-c++1z

2016-09-23 Thread Jakub Jelinek
Hi! I've been surprised that make check-c++1z RUNTESTFLAGS=dg.exp=direct-enum* attempts to run the whole testsuite in -std=c++1z mode, while if I replace check-c++1z with check-g++ or check-c++-all, it works properly. The following patch passes the var down to the submake, so that it works as exp