+2020-10-15 Martin Liska <mliska@suse.cz>
+
+ Backported from master:
+ 2020-10-15 Martin Liska <mliska@suse.cz>
+
+ PR ipa/97295
+ * profile-count.c (profile_count::to_frequency): Move part of
+ gcc_assert to STATIC_ASSERT.
+ * regs.h (REG_FREQ_FROM_BB): Do not use count.to_frequency for
+ a function that does not have count_max initialized.
+
2020-10-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/aarch64/aarch64.c (neoversen2_tunings): Define.
+2020-10-15 Maciej W. Rozycki <macro@linux-mips.org>
+
+ Backported from master:
+ 2020-10-12 Maciej W. Rozycki <macro@linux-mips.org>
+
+ * libdruntime/config/mips/switchcontext.S [__mips_hard_float]:
+ Use L.D and S.D generic assembly instructions rather than LDC1
+ and SDC1 MIPS II hardware instructions.
+
2020-07-23 Release Manager
* GCC 10.2.0 released.
+2020-10-15 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2020-10-15 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/std/concepts: Fix typos in copyright notice.
+ * include/std/ranges: Likewise.
+
+2020-10-15 Jonathan Wakely <jwakely@redhat.com>
+
+ * doc/xml/manual/status_cxx2020.xml: Remove red background for
+ completed feature.
+ * doc/html/manual/status.html: Regenerate.
+
2020-10-13 Patrick Palka <ppalka@redhat.com>
Backported from master: