+2023-08-09 liuhongt <hongtao.liu@intel.com>
+
+ * common/config/i386/cpuinfo.h (get_available_features): Check
+ max_subleaf_level for valid subleaf before use CPUID.
+
2023-08-01 Kewen Lin <linkw@linux.ibm.com>
Backported from master:
+2023-08-09 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2023-05-09 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/109761
+ * parser.c (cp_parser_class_specifier): Don't pass a class
+ context to noexcept_override_late_checks.
+ (noexcept_override_late_checks): Remove 'type' parameter
+ and use DECL_CONTEXT of 'fndecl' instead.
+
2023-05-29 Release Manager
* GCC 11.4.0 released.
+2023-08-09 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2023-05-09 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/109761
+ * g++.dg/cpp0x/noexcept78.C: New test.
+
2023-08-06 Jakub Jelinek <jakub@redhat.com>
Backported from master: