diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-04-25 00:16:21 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-04-25 00:16:21 +0000 |
commit | bd64885971be856a0feffb0d6eb59e62655d1285 (patch) | |
tree | 5c20cd407916f5592055a47ffcba694c01a918b0 /gcc/fortran | |
parent | 6b7441a46c771aa6ecdc0c8ed96197417d036b9a (diff) | |
download | gcc-bd64885971be856a0feffb0d6eb59e62655d1285.zip gcc-bd64885971be856a0feffb0d6eb59e62655d1285.tar.gz gcc-bd64885971be856a0feffb0d6eb59e62655d1285.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index c6e3a9f..9fe9530 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,13 @@ +2022-04-24 Mikael Morin <mikael@gcc.gnu.org> + Jakub Jelinek <jakub@redhat.com> + + PR fortran/103662 + * interface.cc (gfc_compare_derived_types): Support comparing + unlimited polymorphic fake symbols. Recursively compare class + descriptor types and virtual table types. + * resolve.cc (resolve_fl_derived): Add type to the types list + on unlimited polymorphic short-circuit return. + 2022-04-22 Mikael Morin <mikael@gcc.gnu.org> Richard Biener <rguenther@suse.de> |