]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 19 Jan 2024 00:21:36 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 19 Jan 2024 00:21:36 +0000 (00:21 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index dfe204e4d3cc7b1554f768735905faa068ffa87a..67f5b2c03571a6c14e0b0df2be893cf25388cae7 100644 (file)
@@ -1 +1 @@
-20240118
+20240119
index 0caac40f59e09454deea1593b76322a80e562187..f8d5f89b98d07e3cf57c102e787f071508fa7bb2 100644 (file)
@@ -1,3 +1,13 @@
+2024-01-18  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2024-01-17  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/113242
+       PR c++/99493
+       * pt.cc (invalid_tparm_referent_p) <case ADDR_EXPR>: Suppress
+       DECL_ARTIFICIAL rejection test for class NTTP objects.
+
 2024-01-15  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 85940a0a8d938ec508b30f711dd21af609256865..572d577ef072b708340db85c8fa4ab0bf4fc610b 100644 (file)
@@ -1,3 +1,13 @@
+2024-01-18  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-01-13  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/67277
+       * trans-intrinsic.cc (gfc_conv_intrinsic_ishftc): Handle optional
+       dummy argument for SIZE passed to ISHFTC.  Set default value to
+       BIT_SIZE(I) when missing.
+
 2023-12-27  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 4bf396e32cd2cc5dacce60ba5bb93cfc6ec6ede2..199f08a485dab0739b7e203a24140332b740e971 100644 (file)
@@ -1,3 +1,21 @@
+2024-01-18  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-01-13  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/67277
+       * gfortran.dg/ishftc_optional_size_1.f90: New test.
+
+2024-01-18  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2024-01-17  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/113242
+       PR c++/99493
+       * g++.dg/cpp2a/nontype-class61.C: New test.
+       * g++.dg/cpp2a/nontype-class62.C: New test.
+
 2024-01-16  Daniel Cederman  <cederman@gaisler.com>
 
        * gcc.dg/lto/pr88077_0.c: Change type to match alignment for SPARC
index 1635ea176b711db29cc63f38b32480607dffcebc..fc6ba9b838acf021c53d40edd582db547e6174e2 100644 (file)
@@ -1,3 +1,31 @@
+2024-01-18  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2024-01-18  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/113450
+       * testsuite/std/format/functions/format.cc: Use signed char
+       instead of int8_t.
+
+2024-01-18  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2024-01-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR testsuite/113366
+       * include/std/format (basic_format_arg): Use __formattable
+       variable template instead of __format::__formattable_with
+       concept.
+
+2024-01-18  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2024-01-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       * src/c++20/tzdata.zi: Import new file from 2023d release.
+       * src/c++20/tzdb.cc (tzdb_list::_Node::_S_read_leap_seconds)
+       Update expiry date for leap seconds list.
+
 2024-01-12  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: