re PR fortran/67091 ([OOP] Bad result for type-bound procedures returning pointers...
authorPaul Thomas <pault@gcc.gnu.org>
Sat, 1 Aug 2015 18:37:25 +0000 (18:37 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sat, 1 Aug 2015 18:37:25 +0000 (18:37 +0000)
commit28ed836457b3069ec6b248420784d8de7d650d30
tree20417056bc5e8bd339a994811594c59e555236ba
parent805134b9170b4ac563189c24b35fa4dc09853569
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
gcc/fortran/ChangeLog
gcc/fortran/trans-intrinsic.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/associated_target_6.f03 [new file with mode: 0644]