]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 16 Jul 2025 00:23:04 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 16 Jul 2025 00:23:04 +0000 (00:23 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/m2/ChangeLog
gcc/testsuite/ChangeLog

index 37852f919fa005bb300f362daa3d03a0e20c9524..45be098d442233679e5a8dfa48331439530fc739 100644 (file)
@@ -1,3 +1,15 @@
+2025-07-15  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       Backported from master:
+       2025-07-07  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       PR middle-end/120709
+       * builtins.cc (expand_builtin_crc_table_based): Error out
+       instead of asserting the 3rd argument is an integer constant.
+       * internal-fn.cc (expand_crc_optab_fn): Likewise.
+       * doc/extend.texi (crc): Document requirement of the poly argument
+       being a constant.
+
 2025-07-14  Kyrylo Tkachov  <ktkachov@nvidia.com>
 
        Backported from master:
index 5c2a452f0076621de2c94fd8c3128bbb300c7c92..c02c887d37e46b2605657045d3d3a921dbf904cb 100644 (file)
@@ -1 +1 @@
-20250715
+20250716
index a19c5061d4281e1d5ba9154d0e92ba233723e53c..66923e329c9c9bd20d2432e38601e97aa0e927f4 100644 (file)
@@ -1,3 +1,21 @@
+2025-07-15  Kwok Cheung Yeung  <kcyeung@baylibre.com>
+
+       Backported from master:
+       2025-07-15  Kwok Cheung Yeung  <kcyeung@baylibre.com>
+
+       PR fortran/104428
+       * trans-openmp.cc (gfc_trans_omp_declare_variant): Check that proc_st
+       is non-NULL before dereferencing.  Add line number to error message.
+
+2025-07-15  Andre Vehreschild  <vehre@gcc.gnu.org>
+
+       Backported from master:
+       2025-07-08  Andre Vehreschild  <vehre@gcc.gnu.org>
+
+       PR fortran/120637
+       * class.cc (finalize_component): Return true, when a finalizable
+       component was detect and do not free it.
+
 2025-07-09  Andre Vehreschild  <vehre@gcc.gnu.org>
 
        Backported from master:
index 82104852adb6128919b31347a4d4c6669e2ae406..9429c5d8d0ae600968b26c6fa771bd051433926d 100644 (file)
@@ -1,3 +1,13 @@
+2025-07-15  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2025-05-22  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/120389
+       * gm2-compiler/M2GenGCC.mod (CodeXIndr): Check to see that
+       the type of left is assignment compatible with the type of
+       right.
+
 2025-07-11  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master:
index 3cb4404191c201cf16d12fa6d2a0a1b7924448c5..e3026f43d375211af228bec3a0df2ef5a9b86de6 100644 (file)
@@ -1,3 +1,35 @@
+2025-07-15  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2025-05-22  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/120389
+       * gm2/iso/fail/badarray3.mod: New test.
+
+2025-07-15  Kwok Cheung Yeung  <kcyeung@baylibre.com>
+
+       Backported from master:
+       2025-07-15  Kwok Cheung Yeung  <kcyeung@baylibre.com>
+
+       PR fortran/104428
+       * gfortran.dg/gomp/pr104428.f90: New.
+
+2025-07-15  Andre Vehreschild  <vehre@gcc.gnu.org>
+
+       Backported from master:
+       2025-07-08  Andre Vehreschild  <vehre@gcc.gnu.org>
+
+       PR fortran/120637
+       * gfortran.dg/asan/finalize_1.f90: New test.
+
+2025-07-15  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       Backported from master:
+       2025-07-07  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       PR middle-end/120709
+       * gcc.dg/crc-non-cst-poly-1.c: New test.
+
 2025-07-14  Kyrylo Tkachov  <ktkachov@nvidia.com>
 
        Backported from master: