]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 28 Feb 2025 00:23:33 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 28 Feb 2025 00:23:33 +0000 (00:23 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 17ae983e1105dec32f56eb0d73ba13234dedf00d..d10e5495f4e37149e5d7dbfa062b3f92a91e79e8 100644 (file)
@@ -1,3 +1,11 @@
+2025-02-27  Haochen Jiang  <haochen.jiang@intel.com>
+
+       * config/i386/x86-tune.def
+       (X86_TUNE_DEST_FALSE_DEP_FOR_GLC): Add GNR, GNR-D.
+       (X86_TUNE_AVOID_256FMA_CHAINS): Ditto.
+       (X86_TUNE_AVX512_MOVE_BY_PIECES): Ditto.
+       (X86_TUNE_AVX512_STORE_BY_PIECES): Ditto.
+
 2025-02-25  Stefan Schulze Frielinghaus  <stefansf@gcc.gnu.org>
 
        Backported from master:
index 78e945cf0f08fc54596e98da3eb01df1ceb39724..e392026598c89a318f9195626f3c2335e5245624 100644 (file)
@@ -1 +1 @@
-20250227
+20250228
index ed85ca5046ae8d2394276a34772450689d50cc28..6f436124bffc18ef299ecf9e06947c7c78d37c87 100644 (file)
@@ -1,3 +1,41 @@
+2025-02-27  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-02-15  Jason Merrill  <jason@redhat.com>
+
+       PR c++/118053
+       * constexpr.cc (cxx_eval_constant_expression): Generalize
+       DECL_VALUE_EXPR invisiref handling.
+
+2025-02-27  Jason Merrill  <jason@redhat.com>
+
+       PR c++/118673
+       PR c++/118285
+       * call.cc (convert_like_internal) [ck_list]: Stop using
+       maybe_init_list_as_array for GCC 14.
+
+2025-02-27  Iain Sandoe  <iains.gcc@gmail.com>
+
+       PR c++/118673
+       * tree.cc (lvalue_kind): Mark CONST_DECLs as mergable
+       when they are also TREE_STATIC.
+
+2025-02-27  Jason Merrill  <jason@redhat.com>
+
+       PR c++/118673
+       * call.cc (maybe_init_list_as_array): Check for lvalue
+       initializers.
+       * cp-tree.h (enum cp_lvalue_kind_flags): Add clk_mergeable.
+       * tree.cc (lvalue_kind): Return it.
+       (non_mergeable_glvalue_p): New.
+       (test_lvalue_kind): Adjust.
+
+2025-02-27  Jason Merrill  <jason@redhat.com>
+
+       PR c++/118285
+       * constexpr.cc (cxx_eval_vec_init_1): Build INIT_EXPR for
+       initializing a class.
+
 2025-02-13  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        PR c++/118849
index 05ba20dfd38e6d159f26fb6d36b0cf320f77b223..324ed7193bbd4647098e6477cff4d857d9411a34 100644 (file)
@@ -1,3 +1,31 @@
+2025-02-27  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp2a/concepts-pr67774.C: Change target to c++20_only.
+
+2025-02-27  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-02-15  Jason Merrill  <jason@redhat.com>
+
+       PR c++/118053
+       * g++.dg/cpp1y/constexpr-lambda1.C: New test.
+
+2025-02-27  Jason Merrill  <jason@redhat.com>
+
+       PR c++/118673
+       PR c++/118285
+       * g++.dg/tree-ssa/initlist-opt5.C: Add xfail.
+
+2025-02-27  Jason Merrill  <jason@redhat.com>
+
+       PR c++/118673
+       * g++.dg/cpp0x/initlist-opt6.C: New test.
+
+2025-02-27  Jason Merrill  <jason@redhat.com>
+
+       PR c++/118285
+       * g++.dg/cpp0x/initlist-opt7.C: New test.
+
 2025-02-25  Stefan Schulze Frielinghaus  <stefansf@gcc.gnu.org>
 
        Backported from master: