Commit 9db33c9f by Jakub Jelinek Committed by Jakub Jelinek

* Make-lang.in (check-c++-all): Test also c++2a.

From-SVN: r253278
parent bf61f589
2017-09-29 Jakub Jelinek <jakub@redhat.com>
* Make-lang.in (check-c++-all): Test also c++2a.
2017-09-28 Jason Merrill <jason@redhat.com>
PR c++/56973, DR 696 - capture constant variables only as needed.
......
......@@ -176,7 +176,7 @@ check-c++17:
# Run the testsuite in all standard conformance levels.
check-c++-all:
$(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS) --stds=98,11,14,17,concepts" check-g++
$(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS) --stds=98,11,14,17,2a,concepts" check-g++
# Run the testsuite with garbage collection at every opportunity.
check-g++-strict-gc:
......
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