diff options
author | Paul Thomas <pault@pc30.home> | 2020-03-01 16:08:32 +0000 |
---|---|---|
committer | Paul Thomas <pault@pc30.home> | 2020-03-01 16:08:32 +0000 |
commit | 12caab4fb19dcbea25a140652da4f5ca439af7c5 (patch) | |
tree | 6720738394db719c5611ab1949fbec303c4e0762 /gcc/fortran | |
parent | 7067f8c814088c1d02e40adf79a80f5ec53dbdde (diff) | |
download | gcc-12caab4fb19dcbea25a140652da4f5ca439af7c5.zip gcc-12caab4fb19dcbea25a140652da4f5ca439af7c5.tar.gz gcc-12caab4fb19dcbea25a140652da4f5ca439af7c5.tar.bz2 |
ChangeLogs for PR92959
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index b9293de..39786ec 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,11 @@ +2020-03-01 Paul Thomas <pault@gcc.gnu.org> + + PR fortran/92959 + * trans-intrinsic.c (gfc_conv_associated): Eliminate + 'nonzero_charlen' and move the chunk to evaluate zero character + length until after the argument evaluation so that the string + length can be used. + 2020-02-28 Paul Thomas <pault@gcc.gnu.org> PR fortran/92785 |