+2020-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * config/aarch64/aarch64-cores.def (zeus): Define.
+ * config/aarch64/aarch64-tune.md: Regenerate.
+ * doc/invoke.texi (AArch64 Options): Document zeus -mcpu option.
+
+2020-06-02 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ PR target/95420
+ * config.gcc (arm-wrs-vxworks7*): Set default cpu to generic-armv7-a.
+
2020-05-29 Alex Coplan <alex.coplan@arm.com>
PR target/94591
+2020-06-02 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/92633
+ PR c++/92838
+ * pt.c (tsubst_function_decl): Don't do set_constraints when
+ regenerating a lambda.
+ (tsubst_lambda_expr): Substitute into the lambda's constraints
+ and do set_constraints here.
+
+2020-06-02 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/95020
+ * constraint.cc (tsubst_requires_expr): Produce a new
+ requires-expression when processing_template_decl, even if
+ template arguments are not dependent.
+
2020-05-30 Patrick Palka <ppalka@redhat.com>
PR c++/95386
+2020-06-02 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * d-builtins.cc (build_frontend_type): Handle struct fields with NULL
+ DECL_NAME. Use byte_position to get the real field offset.
+
2020-05-17 Iain Buclaw <ibuclaw@gdcproject.org>
Backport from mainline
+2020-06-02 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/92633
+ PR c++/92838
+ * g++.dg/cpp2a/concepts-lambda11.C: New test.
+ * g++.dg/cpp2a/concepts-lambda12.C: New test.
+
+2020-06-02 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/95020
+ * g++.dg/cpp2a/concepts-lambda7.C: New test.
+
2020-06-01 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/94361