Daily bump.
This commit is contained in:
parent
700f049b66
commit
4de2d2f80e
5 changed files with 52 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
20250221
|
||||
20250222
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue