]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 13 Dec 2023 00:22:21 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 13 Dec 2023 00:22:21 +0000 (00:22 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index de9f2f7dbea633c7d40e7e985824b0b362280022..81e0d5113b2124d0a9dba792a0e9852e61cfe05e 100644 (file)
@@ -1,3 +1,12 @@
+2023-12-12  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/112891
+       * config/i386/i386.cc (ix86_avx_u128_mode_after): Return
+       AVX_U128_ANY if callee_abi doesn't clobber all_sse_regs to
+       align with ix86_avx_u128_mode_needed.
+       (ix86_avx_u128_mode_needed): Return AVX_U128_ClEAN for
+       sibling_call.
+
 2023-12-05  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 190b92f716be1c533d30ba9659210f69a2d7b5d3..ffab8353875e2c0c342e28adf4a8e9c84b353aa6 100644 (file)
@@ -1 +1 @@
-20231212
+20231213
index fbd51af73d4543915c50f16f9491c22872ce34f8..508addf075ac5c921d65e42a24225cd79d48d271 100644 (file)
@@ -1,3 +1,34 @@
+2023-12-12  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2023-07-21  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/110106
+       * constexpr.cc (potential_constant_expression_1): Try to complete the
+       type when !processing_template_decl.
+
+2023-12-12  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2023-11-16  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/112410
+       * parser.cc (cp_parser_direct_declarator): Maybe call
+       abort_fully_implicit_template if it turned out the parameter list was
+       ill-formed.
+
+2023-12-12  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2023-07-14  Marek Polacek  <polacek@redhat.com>
+                   Jason Merrill  <jason@redhat.com>
+
+       PR c++/109876
+       * decl.cc (cp_finish_decl): Set TREE_CONSTANT when initializing
+       an object of empty class type.
+       * pt.cc (value_dependent_expression_p) <case VAR_DECL>: Treat a
+       constexpr-declared non-constant variable as value-dependent.
+
 2023-12-05  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index a7bf9953f05f20da6dc7b8f3fecdf0594c0e5bd1..3e981be923730370ecbc69b58e8ea1361e266671 100644 (file)
@@ -1,3 +1,36 @@
+2023-12-12  liuhongt  <hongtao.liu@intel.com>
+
+       * gcc.target/i386/pr112891.c: New test.
+       * gcc.target/i386/pr112891-2.c: New test.
+
+2023-12-12  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2023-07-21  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/110106
+       * g++.dg/cpp0x/noexcept80.C: New test.
+
+2023-12-12  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2023-11-16  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/112410
+       * g++.dg/cpp23/auto-fncast13.C: New test.
+       * g++.dg/cpp23/auto-fncast14.C: New test.
+
+2023-12-12  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2023-07-14  Marek Polacek  <polacek@redhat.com>
+                   Jason Merrill  <jason@redhat.com>
+
+       PR c++/109876
+       * g++.dg/cpp0x/constexpr-template12.C: New test.
+       * g++.dg/cpp1z/constexpr-template1.C: New test.
+       * g++.dg/cpp1z/constexpr-template2.C: New test.
+
 2023-12-10  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: