diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-05-06 00:16:37 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-05-06 00:16:37 +0000 |
commit | 2ab31cde21d900ed4f3570288378e031ea475be7 (patch) | |
tree | 8c580971167bcf87ee61b176d457117ebf549525 /gcc/fortran | |
parent | 35b7618e3ae25b3a293c456e24edc5432a936e22 (diff) | |
download | gcc-2ab31cde21d900ed4f3570288378e031ea475be7.zip gcc-2ab31cde21d900ed4f3570288378e031ea475be7.tar.gz gcc-2ab31cde21d900ed4f3570288378e031ea475be7.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 4da3b65..331a85f 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,15 @@ +2023-05-05 Harald Anlauf <anlauf@gmx.de> + + PR fortran/109641 + * arith.cc (eval_intrinsic): Check conformability of ranks of operands + for intrinsic binary operators before performing type conversions. + * gfortran.h (gfc_op_rank_conformable): Add prototype. + * resolve.cc (resolve_operator): Check conformability of ranks of + operands for intrinsic binary operators before performing type + conversions. + (gfc_op_rank_conformable): New helper function to compare ranks of + operands of binary operator. + 2023-05-04 Julian Brown <julian@codesourcery.com> PR fortran/109622 |