diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-11-04 00:16:45 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-11-04 00:16:45 +0000 |
commit | 38904b732cdfb1a1f823ea81765a3975ee310e40 (patch) | |
tree | a44b82f6f73900dc6c4031605d9b701090061295 /gcc/fortran | |
parent | 6e9ee44d96e5bda8808dd9d8ccf58d2525383f6b (diff) | |
download | gcc-38904b732cdfb1a1f823ea81765a3975ee310e40.zip gcc-38904b732cdfb1a1f823ea81765a3975ee310e40.tar.gz gcc-38904b732cdfb1a1f823ea81765a3975ee310e40.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index df1dba2..b15c2ba 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,27 @@ +2023-11-03 Harald Anlauf <anlauf@gmx.de> + + PR fortran/97245 + * match.cc (gfc_match_call): If a procedure pointer has already been + resolved, do not create a new symbol in a procedure reference of + the same name shadowing the first one if it is host-associated. + +2023-11-03 Harald Anlauf <anlauf@gmx.de> + + PR fortran/92887 + * trans-expr.cc (conv_cond_temp): Helper function for creation of a + conditional temporary. + (gfc_conv_procedure_call): Handle passing of allocatable or pointer + actual argument to dummy with OPTIONAL + VALUE attribute. Actual + arguments that are not allocated or associated are treated as not + present. + +2023-11-03 Paul Thomas <pault@gcc.gnu.org> + + PR fortran/98498 + * interface.cc (upoly_ok): Defined operators using unlimited + polymorphic formal arguments must not override the intrinsic + operator use. + 2023-11-02 Paul Thomas <pault@gcc.gnu.org> PR fortran/112316 |