diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-26 00:19:18 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-26 00:19:18 +0000 |
commit | ed65ae6c9e7862c49554da54e90c8bb304748142 (patch) | |
tree | 953cb06383fdd1d1bdabc1e2bf7d6af8968560c5 /gcc/fortran | |
parent | b1cb7a5e273eb3442259981216295d286a7892c7 (diff) | |
download | gcc-ed65ae6c9e7862c49554da54e90c8bb304748142.zip gcc-ed65ae6c9e7862c49554da54e90c8bb304748142.tar.gz gcc-ed65ae6c9e7862c49554da54e90c8bb304748142.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 7c6a415..e6ecc8d 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,16 @@ +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-23 Andre Vehreschild <vehre@gcc.gnu.org> PR fortran/119200 |