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

index 2d838691e81a9ab6355a70273d49c881670b3d4d..e49f2330611b0cfebe0f60db20b741d862e6f474 100644 (file)
@@ -1 +1 @@
-20250503
+20250504
index 9c7c217478e4cfb06570d94a578052491a05c382..1352652865c20c838fe3cefa712f0532081a8d2b 100644 (file)
@@ -1,3 +1,19 @@
+2025-05-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-04-25  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102900
+       * trans-decl.cc (gfc_generate_function_code): Use sym->result
+       when generating fake result decl for functions returning
+       allocatable or pointer results.
+       * trans-expr.cc (gfc_conv_procedure_call): When checking the
+       pointer status of an actual argument passed to a non-allocatable,
+       non-pointer dummy which is of type CLASS, do not check the
+       class container of the actual if it is just a procedure pointer.
+       (gfc_trans_pointer_assignment): Fix treatment of assignment to
+       NULL of a procedure pointer.
+
 2025-04-25  Release Manager
 
        * GCC 15.1.0 released.
index 380f303bb1ba5827e64c136fe99c9404207eef02..74dae2c8dae246fb78a24ee536cf7aead3953991 100644 (file)
@@ -1,3 +1,12 @@
+2025-05-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-04-25  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102900
+       * gfortran.dg/proc_ptr_52.f90: Add -fcheck=pointer to options.
+       * gfortran.dg/proc_ptr_57.f90: New test.
+
 2025-05-02  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: