+2024-06-17 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
+
+ Backported from master:
+ 2024-05-23 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
+
+ PR target/109549
+ * config/s390/s390.cc (TARGET_NOCE_CONVERSION_PROFITABLE_P):
+ Define.
+ (s390_noce_conversion_profitable_p): Implement.
+
2024-06-15 Christoph Müllner <christoph.muellner@vrull.eu>
Backported from master:
+2024-06-17 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-06-17 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/115290
+ * c-warn.cc (do_warn_array_compare): Use %E rather than %D for
+ printing op0 and op1; if those operands aren't decls, also print
+ parens around them.
+
2024-05-15 Richard Biener <rguenther@suse.de>
Backported from master:
+2024-06-17 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-06-17 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/111343
+ PR c++/115511
+ * typeck.cc (cp_compare_floating_point_conversion_ranks): If an
+ extended floating point type mv1 has same set of values as more
+ than one standard floating point type and mv2 is float, return 2.
+
+2024-06-17 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2024-06-13 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/99678
+ * parser.cc (cp_parser_constraint_primary_expression): Diagnose
+ a bare unresolved unqualified-id.
+
+2024-06-17 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2024-06-13 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/115239
+ * call.cc (tourney): Don't consider a non-strictly viable
+ candidate as the champ if there was ambiguity between two
+ strictly viable candidates.
+
+2024-06-17 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2024-06-13 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/115283
+ * decl2.cc (min_vis_expr_r) <case TEMPLATE_DECL>: Ignore
+ concepts.
+
2024-06-10 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2024-06-17 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-06-17 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/115290
+ * c-c++-common/Warray-compare-3.c: New test.
+
+2024-06-17 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2024-06-17 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/111343
+ PR c++/115511
+ * g++.dg/cpp23/ext-floating18.C: New test.
+
+2024-06-17 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2024-06-13 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/99678
+ * g++.dg/cpp2a/concepts-requires38.C: New test.
+
+2024-06-17 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2024-06-13 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/115239
+ * g++.dg/overload/error7.C: New test.
+
+2024-06-17 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2024-06-13 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/115283
+ * g++.dg/template/linkage5.C: New test.
+
+2024-06-17 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
+
+ Backported from master:
+ 2024-06-17 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
+
+ * gcc.target/s390/ifcvt-one-insn-bool.c: Fix loc.
+
+2024-06-17 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
+
+ Backported from master:
+ 2024-05-23 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
+
+ * gcc.target/s390/ccor.c: Order of loads are reversed, now, as a
+ consequence the condition has to be reversed.
+
2024-06-12 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Backported from master: