Make-lang.in (check-c++1z): Pass RUNTESTFLAGS down to make check-g++.

* Make-lang.in (check-c++1z): Pass RUNTESTFLAGS down to
	make check-g++.

From-SVN: r240448
This commit is contained in:
Jakub Jelinek 2016-09-23 19:32:38 +02:00 committed by Jakub Jelinek
parent 1319041924
commit 24cae8cb9a
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2016-09-23 Jakub Jelinek <jakub@redhat.com> 2016-09-23 Jakub Jelinek <jakub@redhat.com>
* Make-lang.in (check-c++1z): Pass RUNTESTFLAGS down to
make check-g++.
* constexpr.c (call_stack): Remove unnecessary * constexpr.c (call_stack): Remove unnecessary
= vNULL initialization of file scope vec. = vNULL initialization of file scope vec.

View File

@ -164,7 +164,7 @@ check-c++ : check-g++
# Run the testsuite in C++1z mode. # Run the testsuite in C++1z mode.
check-c++1z: check-c++1z:
$(MAKE) GXX_TESTSUITE_STDS=1z check-g++ $(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS)" GXX_TESTSUITE_STDS=1z check-g++
# Run the testsuite in all standard conformance levels. # Run the testsuite in all standard conformance levels.
check-c++-all: check-c++-all: