]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 30 Jan 2025 00:24:13 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 30 Jan 2025 00:24:13 +0000 (00:24 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index ee73a5fce0777755ec8b244559842a7de708a1d7..850652b6bce080bce9efc8505b2c013bb8d9a7dd 100644 (file)
@@ -1 +1 @@
-20250129
+20250130
index 1b9c19bf4ea07981013aa18014c23526ab7683d5..7274afec88c411859caf2e88ba8813b2131c5d59 100644 (file)
@@ -1,3 +1,13 @@
+2025-01-29  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2025-01-14  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/118047
+       PR c++/118355
+       * typeck2.cc (massage_init_elt): Call fold_non_dependent_init
+       unless for a CONSTRUCTOR in a template.
+
 2025-01-28  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index f1e5e280eb3ed723a6077f48085b7c918a57d9c6..c3c15a5caa4da1fbd6073986377e335e746519fb 100644 (file)
@@ -1,3 +1,13 @@
+2025-01-29  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-01-29  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/118683
+       * trans-expr.cc (gfc_conv_procedure_call): The bounds update for
+       passing to assumed-rank dummies shall also handle component
+       references besides inquiry references.
+
 2025-01-24  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 44458b1ac484f27b79109e9703f43e62dc827654..6bca881cd3623c73e587df0ed12da01b04cdf81e 100644 (file)
@@ -1,3 +1,27 @@
+2025-01-29  Siddhesh Poyarekar  <siddhesh@gotplt.org>
+
+       Backported from master:
+       2025-01-29  Siddhesh Poyarekar  <siddhesh@gotplt.org>
+
+       PR testsuite/118127
+       * lib/target-supports.exp
+       (check_effective_target_long_double_is_ibm128): New
+       procedure.
+       * gfortran.dg/default_format_2.f90: xfail for
+       long_double_is_ibm128.
+       * gfortran.dg/default_format_denormal_2.f90: Likewise.
+       * gfortran.dg/large_real_kind_form_io_2.f90: Likewise.
+
+2025-01-29  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2025-01-14  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/118047
+       PR c++/118355
+       * g++.dg/cpp0x/nsdmi-list10.C: New test.
+       * g++.dg/cpp0x/nsdmi-list9.C: New test.
+
 2025-01-28  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 407b901bea3bdc01134e798eac9c872a3dd505fd..d2b80ef76beabd8bafd8a544f694978485bf06a9 100644 (file)
@@ -1,3 +1,17 @@
+2025-01-29  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-01-29  Patrick Palka  <ppalka@redhat.com>
+
+       PR libstdc++/118413
+       * include/std/ranges (views::__adaptor::_Partial): Adjust
+       constraints on the "simple" partial specializations to require
+       is_trivially_copy_constructible_v instead of
+       is_trivially_copyable_v.
+       * testsuite/std/ranges/adaptors/adjacent_transform/1.cc (test04):
+       Extend P2494R2 test.
+       * testsuite/std/ranges/adaptors/transform.cc (test09): Likewise.
+
 2025-01-27  Giuseppe D'Angelo  <giuseppe.dangelo@kdab.com>
 
        Backported from master: