diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-09-03 00:20:18 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-09-03 00:20:18 +0000 |
commit | 23d5056310bda8da6a277f42f57226301809ca89 (patch) | |
tree | c400a6f80ff10eef6550a21540460c0c44a88691 /libgfortran | |
parent | 97e77f567c2b21799010fe34e9a05f078abd5b55 (diff) | |
download | gcc-23d5056310bda8da6a277f42f57226301809ca89.zip gcc-23d5056310bda8da6a277f42f57226301809ca89.tar.gz gcc-23d5056310bda8da6a277f42f57226301809ca89.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 440a32a..dc950cd 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,9 @@ +2025-09-02 Paul Thomas <pault@gcc.gnu.org> + + PR fortran/87669 + * intrinsics/extends_type_of.c (is_extension_of): Use the vptr + rather than the hash value to identify the types. + 2025-08-06 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libfortran/121234 |