[gcc/devel/c++-coroutines] ChangeLogs for PR92959

Iain D Sandoe iains@gcc.gnu.org
Mon Mar 2 21:39:00 GMT 2020


https://gcc.gnu.org/g:12caab4fb19dcbea25a140652da4f5ca439af7c5

commit 12caab4fb19dcbea25a140652da4f5ca439af7c5
Author: Paul Thomas <pault@pc30.home>
Date:   Sun Mar 1 16:08:32 2020 +0000

    ChangeLogs for PR92959

Diff:
---
 gcc/fortran/ChangeLog   | 8 ++++++++
 gcc/testsuite/ChangeLog | 5 +++++
 2 files changed, 13 insertions(+)

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
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e38f2c8..6ae4df7 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-01  Paul Thomas  <pault@gcc.gnu.org>
+
+	PR fortran/92959
+	* gfortran.dg/associated_8.f90 : New test.
+
 2020-02-29 Iain Sandoe <iain@sandoe.co.uk>
 
 	* g++.dg/coroutines/coro1-ret-int-yield-int.h: Add templated



More information about the Gcc-cvs mailing list