+2021-05-28 David Edelsohn <dje.gcc@gmail.com>
+
+ PR target/94177
+ * calls.c (precompute_register_parameters): Additionally test
+ targetm.precompute_tls_p to pre-compute argument.
+ * config/rs6000/aix.h (TARGET_PRECOMPUTE_TLS_P): Define.
+ * config/rs6000/rs6000.c (rs6000_aix_precompute_tls_p): New.
+ * target.def (precompute_tls_p): New.
+ * doc/tm.texi.in (TARGET_PRECOMPUTE_TLS_P): Add hook documentation.
+ * doc/tm.texi: Regenerated.
+ (cherry-picked from commit a21b399708175f6fc0ac723a0cebc127da421c60)
+
2021-05-27 Richard Earnshaw <rearnsha@arm.com>
Backported from master:
+2021-05-28 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2021-05-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/100502
+ * typeck.c (finish_class_member_access_expr): Disable ahead
+ of time access checking during the member lookup.
+
2021-05-20 Jason Merrill <jason@redhat.com>
PR c++/100489
+2021-05-28 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2021-05-17 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/98411
+ * trans-decl.c (gfc_finish_var_decl): Add check for explicit SAVE
+ attribute.
+
+2021-05-28 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2021-05-27 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/100656
+ * trans-array.c (gfc_conv_ss_startstride): Do not call check for
+ presence of a dummy argument when a symbol actually refers to a
+ non-dummy.
+
+2021-05-28 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2021-05-27 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/100602
+ * trans-intrinsic.c (gfc_conv_intrinsic_size): Use CLASS data
+ attributes for CLASS arrays for generation of runtime error.
+
2021-05-25 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2021-05-28 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2021-05-17 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/98411
+ * gfortran.dg/pr98411.f90: New test.
+
+2021-05-28 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2021-05-27 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/100656
+ * gfortran.dg/bounds_check_22.f90: New test.
+
+2021-05-28 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2021-05-27 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/100602
+ * gfortran.dg/pointer_check_14.f90: New test.
+
+2021-05-28 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2021-05-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/100502
+ * g++.dg/template/access37.C: New test.
+ * g++.dg/template/access37a.C: New test.
+
2021-05-27 Alex Coplan <alex.coplan@arm.com>
Backported from master:
+2021-05-28 David Edelsohn <dje.gcc@gmail.com>
+
+ Backported from master:
+ 2021-04-24 David Edelsohn <dje.gcc@gmail.com>
+
+ * testsuite/lib/dg-options.exp (atomic_link_flags): New.
+ (add_options_for_libatomic): Use atomic_link_flags.
+
+2021-05-28 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2021-04-30 Patrick Palka <ppalka@redhat.com>
+
+ * include/std/ranges (__detail::__non_propating_cache): Define
+ as per P2328.
+ (join_view): Remove constraints on the value and reference types
+ of the wrapped iterator type as per P2328.
+ (join_view::_Iterator::_M_satisfy): Adjust as per P2328.
+ (join_view::_Iterator::operator++): Likewise.
+ (join_view::_M_inner): Use __non_propating_cache as per P2328.
+ Remove now-redundant use of __maybe_present_t.
+ * testsuite/std/ranges/adaptors/join.cc: Include <array>.
+ (test10): New test.
+
+2021-05-28 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2021-05-24 Patrick Palka <ppalka@redhat.com>
+
+ PR libstdc++/100479
+ * include/std/ranges (__detail::__non_propagating_cache): Move
+ definition up to before that of _CachedPosition. Make base
+ class _Optional_base protected instead of private. Add const
+ overload for operator*.
+ (__detail::_CachedPosition): Rewrite the partial specialization
+ for forward ranges as a derived class of __non_propagating_cache.
+ Remove the size constraint on the partial specialization for
+ random access ranges. Add copy/move/copy-assignment/move-assignment
+ members to the offset partial specialization for random
+ access ranges that propagate the cached value but additionally
+ invalidate it in the source object on move.
+ * testsuite/std/ranges/adaptors/100479.cc: New test.
+
2021-05-20 Joern Rennecke <joern.rennecke@riscy-ip.com>
PR libstdc++/100361