+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.
# 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: