]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 22 Feb 2025 00:17:38 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 22 Feb 2025 00:17:38 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgfortran/ChangeLog

index 4c76b018e7c0c7709a52a8cd48b64c9c05b5349b..6b375ceb01df969e9a67590ea33e3ee9c4f65e03 100644 (file)
@@ -1,3 +1,14 @@
+2025-02-21  H.J. Lu  <hjl.tools@gmail.com>
+
+       * sese.cc (debug_edge): Append a newline.
+
+2025-02-21  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/118954
+       * tree-predcom.cc (ref_at_iteration): Make sure to not
+       associate the constant offset with DR_BASE_ADDRESS when
+       that is an offsetted pointer.
+
 2025-02-20  David Malcolm  <dmalcolm@redhat.com>
 
        * diagnostic-core.h: Add comments making clear that these
index 1591c466619787dd4b1fd2710faff27c76e185c7..e1fa9784f9eff6d0085285abc89c09c76ea31058 100644 (file)
@@ -1 +1 @@
-20250221
+20250222
index 4dddc2b7567b4a06105decf104a1427dbb1468ea..beb69c72590a308da7ec26e721b133bb784afe40 100644 (file)
@@ -1,3 +1,23 @@
+2025-02-21  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/48958
+       * trans-array.cc (gfc_trans_deferred_array): Initialize the data
+       component of non-saved pointers when -fcheck=pointer is set.
+
+2025-02-21  Tobias Burnus  <tburnus@baylibre.com>
+
+       * trans-array.cc (gfc_full_array_size): Obtain the rank from
+       the array descriptor for assumed rank.
+       (gfc_tree_array_size): Likewise; permit expr = NULL to operate
+       only the tree.
+       (gfc_conv_descriptor_stride_get): Update for added assumed-rank
+       array types.
+       * trans-openmp.cc (gfc_omp_finish_clause): Likewise.
+       * trans-types.cc (gfc_build_array_type, gfc_get_derived_type,
+       gfc_get_array_descr_info): Likewise.
+       * trans.h (enum gfc_array_kind): Add
+       GFC_ARRAY_ASSUMED_RANK_{ALLOCATABLE,POINTER{,_CONT}}.
+
 2025-02-20  Andre Vehreschild  <vehre@gcc.gnu.org>
 
        PR fortran/107635
index 8b474924d33e770f9d44e7cabfeeea611ef1296f..c7e9169dfcd9a423f061211dac393b26b135eebd 100644 (file)
@@ -1,3 +1,18 @@
+2025-02-21  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/118954
+       * gcc.dg/torture/pr118954.c: New testcase.
+
+2025-02-21  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/118521
+       * g++.dg/torture/pr118521.C: Use dg-bogus properly.
+
+2025-02-21  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/48958
+       * gfortran.dg/pointer_init_13.f90: New test.
+
 2025-02-20  David Malcolm  <dmalcolm@redhat.com>
 
        * sarif-replay.dg/malformed-json/empty.sarif: New test.
index c1730c1a7fd75036f8a2a63b442416762636f2fb..8729c97620d399a27eaeddb959526b91742e26ef 100644 (file)
@@ -1,3 +1,8 @@
+2025-02-21  Andre Vehreschild  <vehre@gcc.gnu.org>
+
+       PR fortran/107635
+       * caf/single.c: Replace alloca with __builtin_alloca.
+
 2025-02-20  Andre Vehreschild  <vehre@gcc.gnu.org>
 
        * caf/libcaf.h (_gfortran_caf_get): Removed because deprecated.