diff options
author | Paul Thomas <pault@gcc.gnu.org> | 2015-08-01 18:37:25 +0000 |
---|---|---|
committer | Paul Thomas <pault@gcc.gnu.org> | 2015-08-01 18:37:25 +0000 |
commit | 28ed836457b3069ec6b248420784d8de7d650d30 (patch) | |
tree | 20417056bc5e8bd339a994811594c59e555236ba /gcc/fortran/ChangeLog | |
parent | 805134b9170b4ac563189c24b35fa4dc09853569 (diff) | |
download | gcc-28ed836457b3069ec6b248420784d8de7d650d30.zip gcc-28ed836457b3069ec6b248420784d8de7d650d30.tar.gz gcc-28ed836457b3069ec6b248420784d8de7d650d30.tar.bz2 |
re PR fortran/67091 ([OOP] Bad result for type-bound procedures returning pointers to the intrinsic function ASSOCIATED)
2015-08-01 Paul Thomas <pault@gcc.gnu.org>
PR fortran/67091
* trans-intrinsic.c (gfc_conv_associated): Add the pre and post
blocks for the second argument to se.
2015-08-01 Paul Thomas <pault@gcc.gnu.org>
PR fortran/67091
* gfortran.dg/associated_target_6.f03: New test
From-SVN: r226464
Diffstat (limited to 'gcc/fortran/ChangeLog')
-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 e5b7681..5bb70f1 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,9 @@ +2015-08-01 Paul Thomas <pault@gcc.gnu.org> + + PR fortran/67091 + * trans-intrinsic.c (gfc_conv_associated): Add the pre and post + blocks for the second argument to se. + 2015-07-27 Thomas Schwinge <thomas@codesourcery.com> * parse.c (parse_oacc_structured_block): Fix logic error. |