]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 18 Jun 2024 00:22:42 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 18 Jun 2024 00:22:42 +0000 (00:22 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index b3d086f3c6d29bb05faea774a1b522319f0e1d11..b792f995ec57c1a608660a9d3e31da4571dfc41c 100644 (file)
@@ -1,3 +1,13 @@
+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:
index bf0b926d2c42810eb3b6fa0024024b84c365e8f4..27d3477e4c424fb782a9ca41b2fe6d2ec19ebafb 100644 (file)
@@ -1 +1 @@
-20240617
+20240618
index 8676658bdf3526ec943ec59d15be796c46145edf..4a52254e21a048d373c907342930730ae851a6b0 100644 (file)
@@ -1,3 +1,13 @@
+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:
index 2300e45d9821535e559011c9542ea82c0fe57b32..5bb960ef839ac5713868ad189f94bdeddb3cf010 100644 (file)
@@ -1,3 +1,42 @@
+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:
index 26b7119b69235796f3635ab0a710e20173902933..d2d4b91eaa170a3edaba566504e320e12f6bb38e 100644 (file)
@@ -1,3 +1,59 @@
+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:
This page took 0.10114 seconds and 5 git commands to generate.