Commit 24cae8cb by Jakub Jelinek Committed by Jakub Jelinek

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
parent 13190419
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.
......
...@@ -164,7 +164,7 @@ check-c++ : check-g++ ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment