diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-10-27 00:18:35 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-10-27 00:18:35 +0000 |
commit | 486a50374e7c6200c476e67ffbe13ad71ac3262a (patch) | |
tree | 56da37099487e3fb956b18e689a09e7a4b3eccbd /gcc/fortran | |
parent | 57bbf3a403bb1e77c5081dc25d2d54e5c3d5aae4 (diff) | |
download | gcc-486a50374e7c6200c476e67ffbe13ad71ac3262a.zip gcc-486a50374e7c6200c476e67ffbe13ad71ac3262a.tar.gz gcc-486a50374e7c6200c476e67ffbe13ad71ac3262a.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index f764113..1ca82cd 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,9 @@ +2022-10-26 Harald Anlauf <anlauf@gmx.de> + + PR fortran/103413 + * symbol.cc (gfc_type_compatible): A boz-literal-constant has no type + and thus is not considered compatible to any type. + 2022-10-21 José Rui Faustino de Sousa <jrfsousa@gmail.com> PR fortran/100097 |