diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-08-22 00:20:38 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-08-22 00:20:38 +0000 |
commit | c6d9b8023b8f2bbc52c5bd51e9c648fa096ed88a (patch) | |
tree | be5d2d999ed519df25e2f322da07243ddf8f6187 /gcc/fortran | |
parent | 2c1fd2fdb3029fdd3ea3f88fe635f37b3a5fae36 (diff) | |
download | gcc-c6d9b8023b8f2bbc52c5bd51e9c648fa096ed88a.zip gcc-c6d9b8023b8f2bbc52c5bd51e9c648fa096ed88a.tar.gz gcc-c6d9b8023b8f2bbc52c5bd51e9c648fa096ed88a.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 0546faf..83dfc76 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,20 @@ +2025-08-21 Steven G. Kargl <kargl@gcc.gnu.org> + + PR fortran/121627 + * module.cc (create_int_parameter_array): Avoid NULL + pointer dereference and enhance error message. + +2025-08-21 Paul Thomas <pault@gcc.gnu.org> + + PR fortran/84122 + PR fortran/85942 + * parse.cc (parse_derived): PDT type parameters are not allowed + an explicit access specification and must appear before a + PRIVATE statement. If a PRIVATE statement is seen, mark all the + other components as PRIVATE. + * simplify.cc (get_kind): Convert a PDT KIND component into a + specification expression using the default initializer. + 2025-08-20 Jerry DeLisle <jvdelisle@gcc.gnu.org> * intrinsic.texi: Correct the example given for FRACTION. |