]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 22 Dec 2024 00:18:41 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 22 Dec 2024 00:18:41 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 092f3554651da9b30252d56d1d746c97a2065f22..394c5385fbf1976b0f02e01ea81fdda7277b45f6 100644 (file)
@@ -1,3 +1,24 @@
+2024-12-21  Arsen Arsenović  <arsen@aarsen.me>
+
+       PR middle-end/109224
+       * gimple-ssa-warn-access.cc (new_delete_mismatch_p): Strip
+       DEMANGLE_COMPONENT_TEMPLATE from the operator new and operator
+       after demangling.
+
+2024-12-21  Jeff Law  <jlaw@ventanamicro.com>
+
+       PR middle-end/118084
+       * config/riscv/riscv.cc (generate_reflecting_code_using_brev): Handle
+       sub-word sized objects correctly.
+
+2024-12-21  Pan Li  <pan2.li@intel.com>
+
+       * match.pd: Refactor sorts of signed SAT_ADD match patterns.
+
+2024-12-21  Mark Harmstone  <mark@harmstone.com>
+
+       * vmsdbgout.cc (vmsdbgout_begin_block): Fix compilation error.
+
 2024-12-20  Alexandre Oliva  <oliva@adacore.com>
 
        PR middle-end/118007
index d4528d6fc4fb37fde6eb9101160aa79d6f194a43..6f2cf7ace4e569457a870ea7aaaa6848466c128a 100644 (file)
@@ -1 +1 @@
-20241221
+20241222
index bf555829e03e00c9cd6f48e4495b193ccfdd34dc..bf780fe6e3325a7bce857826bd669dd84e3e5ebc 100644 (file)
@@ -1,3 +1,16 @@
+2024-12-21  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/104819
+       * interface.cc (compare_parameter): For the rank check, NULL()
+       inherits the rank of a provided MOLD argument.
+       (gfc_compare_actual_formal): Adjust check of NULL() actual argument
+       against formal to accept F2008 enhancements (allocatable dummy).
+       NULL() with MOLD argument retains a pointer/allocatable attribute.
+       * trans-expr.cc (conv_null_actual): Implement passing NULL() to
+       derived-type dummy with pointer/allocatable attribute, and ensure
+       that the actual rank is passed to an assumed-rank dummy.
+       (gfc_conv_procedure_call): Use it.
+
 2024-12-20  Sandra Loosemore  <sloosemore@baylibre.com>
 
        * gfortran.texi: Get rid of some unnecessary hyphens throughout
index 33cf6d185cac0c507373a9cec6b04668556e0a1f..e7feb70ebc587a411c4455f24f791d7f0b5d382c 100644 (file)
@@ -1,3 +1,19 @@
+2024-12-21  Arsen Arsenović  <arsen@aarsen.me>
+
+       PR middle-end/109224
+       * g++.dg/warn/Wmismatched-new-delete-9.C: New test.
+       * g++.dg/warn/pr109224.C: New file.
+
+2024-12-21  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/104819
+       * gfortran.dg/null_actual_7.f90: New test.
+
+2024-12-21  Jeff Law  <jlaw@ventanamicro.com>
+
+       PR middle-end/118084
+       * gcc.target/riscv/pr118084.c: New test.
+
 2024-12-20  Alexandre Oliva  <oliva@adacore.com>
 
        PR middle-end/118007